mirror of
https://github.com/fluencelabs/redis
synced 2025-03-17 16:10:50 +00:00
Latency monitor turned off by default.
It is not a good idea to bloat the code with gettimeofday() calls if the instance is working well, and turning monitoring on at runtime is a joke.
This commit is contained in:
parent
de88bc63d5
commit
b809676a9e
@ -127,7 +127,7 @@ typedef long long mstime_t; /* millisecond time type. */
|
||||
#define REDIS_PEER_ID_LEN (REDIS_IP_STR_LEN+32) /* Must be enough for ip:port */
|
||||
#define REDIS_BINDADDR_MAX 16
|
||||
#define REDIS_MIN_RESERVED_FDS 32
|
||||
#define REDIS_DEFAULT_LATENCY_MONITOR_THRESHOLD 10
|
||||
#define REDIS_DEFAULT_LATENCY_MONITOR_THRESHOLD 0
|
||||
|
||||
#define ACTIVE_EXPIRE_CYCLE_LOOKUPS_PER_LOOP 20 /* Loopkups per loop. */
|
||||
#define ACTIVE_EXPIRE_CYCLE_FAST_DURATION 1000 /* Microseconds */
|
||||
|
Loading…
x
Reference in New Issue
Block a user