createIntConfig("tracking-table-max-fill",NULL,MODIFIABLE_CONFIG,0,100,server.tracking_table_max_fill,10,INTEGER_CONFIG,NULL,NULL),/* Default: 10% tracking table max fill. */
createIntConfig("tracking-table-max-fill",NULL,MODIFIABLE_CONFIG,0,100,server.tracking_table_max_keys,1000000,INTEGER_CONFIG,NULL,NULL),/* Default: 10% tracking table max number of keys tracked. */
createIntConfig("active-expire-effort",NULL,MODIFIABLE_CONFIG,1,10,server.active_expire_effort,1,INTEGER_CONFIG,NULL,NULL),/* From 1 to 10. */
createIntConfig("active-expire-effort",NULL,MODIFIABLE_CONFIG,1,10,server.active_expire_effort,1,INTEGER_CONFIG,NULL,NULL),/* From 1 to 10. */