default timer to run slower and increase as needed, Run the timer at 20ms by default and drop down as needed unless you set 1m-timer=true which was previous default

This commit is contained in:
Anthony Minessale
2011-04-29 11:09:14 -05:00
parent 00b53a91ea
commit 16e3d1fa25
4 changed files with 41 additions and 22 deletions
+1
View File
@@ -240,6 +240,7 @@ struct switch_runtime {
uint32_t debug_level;
uint32_t runlevel;
uint32_t tipping_point;
uint32_t microseconds_per_tick;
int32_t timer_affinity;
switch_profile_timer_t *profile_timer;
double profile_time;