mirror of
https://github.com/libevent/libevent.git
synced 2025-01-09 00:56:20 +08:00
Disable lazy gettimeofday/clock_gettime comparison for now
This commit is contained in:
parent
9193dc4ecd
commit
5209fadfd0
2
event.c
2
event.c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user