Browse Source

reduced spike threshold to 5.

Darren Ranalli 17 năm trước cách đây
mục cha
commit
31921f16b5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      direct/src/task/TaskProfiler.py

+ 1 - 1
direct/src/task/TaskProfiler.py

@@ -106,7 +106,7 @@ class TaskProfiler:
         
     @staticmethod
     def GetDefaultSpikeThreshold():
-        return config.GetFloat('profile-task-spike-threshold', 10.)
+        return config.GetFloat('profile-task-spike-threshold', 5.)
 
     @staticmethod
     def SetSpikeThreshold(spikeThreshold):