mirror of
https://github.com/fluencelabs/redis
synced 2025-06-13 17:21:20 +00:00
Client side caching: implement full slot limit function.
This commit is contained in:
@ -2403,6 +2403,9 @@ void initServerConfig(void) {
|
||||
/* Latency monitor */
|
||||
server.latency_monitor_threshold = CONFIG_DEFAULT_LATENCY_MONITOR_THRESHOLD;
|
||||
|
||||
/* Tracking. */
|
||||
server.tracking_table_max_fill = CONFIG_DEFAULT_TRACKING_MAX_FILL;
|
||||
|
||||
/* Debugging */
|
||||
server.assert_failed = "<no assertion failed>";
|
||||
server.assert_file = "<no file>";
|
||||
|
Reference in New Issue
Block a user