Disable lazy gettimeofday/clock_gettime comparison for now

This commit is contained in:
Nick Mathewson 2011-03-07 22:59:19 -05:00
parent 9193dc4ecd
commit 5209fadfd0

View File

@ -332,7 +332,7 @@ detect_monotonic(void)
/* How often (in seconds) do we check for changes in wall clock time relative
* to monotonic time? Set this to -1 for 'never.' */
#define CLOCK_SYNC_INTERVAL 5
#define CLOCK_SYNC_INTERVAL -1
/** Set 'tp' to the current time according to 'base'. We must hold the lock
* on 'base'. If there is a cached time, return it. Otherwise, use