Client side caching: implement full slot limit function.

This commit is contained in:
antirez
2019-07-23 10:57:22 +02:00
parent 47ce1cebeb
commit 9268493e8d
3 changed files with 41 additions and 0 deletions

View File

@ -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>";