Browse Source

reduced spike threshold to 5.

Darren Ranalli 17 years ago
parent
commit
31921f16b5
1 changed files with 1 additions and 1 deletions
  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):