ソースを参照

volunteer-delay 0

David Rose 16 年 前
コミット
e72e24a73d
1 ファイル変更1 行追加1 行削除
  1. 1 1
      panda/src/pipeline/threadSimpleManager.cxx

+ 1 - 1
panda/src/pipeline/threadSimpleManager.cxx

@@ -41,7 +41,7 @@ ThreadSimpleManager() :
             "in seconds, that should be considered the "
             "in seconds, that should be considered the "
             "typical timeslice for one epoch (to run all threads once).")),
             "typical timeslice for one epoch (to run all threads once).")),
   _simple_thread_volunteer_delay
   _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, "
    PRC_DESC("When SIMPLE_THREADS is defined, this defines the amount of time, "
             "in seconds, for which a task that voluntarily yields should "
             "in seconds, for which a task that voluntarily yields should "
             "be delayed.")),
             "be delayed.")),