From e72e24a73dacf6c0c8c22f6d5015242a29000dda Mon Sep 17 00:00:00 2001 From: David Rose Date: Thu, 2 Apr 2009 18:09:45 +0000 Subject: [PATCH] volunteer-delay 0 --- panda/src/pipeline/threadSimpleManager.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/pipeline/threadSimpleManager.cxx b/panda/src/pipeline/threadSimpleManager.cxx index 147ec53ef9..75581be334 100644 --- a/panda/src/pipeline/threadSimpleManager.cxx +++ b/panda/src/pipeline/threadSimpleManager.cxx @@ -41,7 +41,7 @@ ThreadSimpleManager() : "in seconds, that should be considered the " "typical timeslice for one epoch (to run all threads once).")), _simple_thread_volunteer_delay - ("simple-thread-volunteer-delay", 0.0001, + ("simple-thread-volunteer-delay", 0.0, PRC_DESC("When SIMPLE_THREADS is defined, this defines the amount of time, " "in seconds, for which a task that voluntarily yields should " "be delayed.")),