@@ -3172,6 +3172,7 @@ standardConfig static_configs[] = {
31723172 createIntConfig ("active-defrag-cycle-max" , NULL , MODIFIABLE_CONFIG , 1 , 99 , server .active_defrag_cycle_max , 25 , INTEGER_CONFIG , NULL , updateDefragConfiguration ), /* Default: 25% CPU max (at upper threshold) */
31733173 createIntConfig ("active-defrag-threshold-lower" , NULL , MODIFIABLE_CONFIG , 0 , 1000 , server .active_defrag_threshold_lower , 10 , INTEGER_CONFIG , NULL , NULL ), /* Default: don't defrag when fragmentation is below 10% */
31743174 createIntConfig ("active-defrag-threshold-upper" , NULL , MODIFIABLE_CONFIG , 0 , 1000 , server .active_defrag_threshold_upper , 100 , INTEGER_CONFIG , NULL , updateDefragConfiguration ), /* Default: maximum defrag force at 100% fragmentation */
3175+ createIntConfig ("active-defrag-cycle-us" , NULL , MODIFIABLE_CONFIG , 0 , 100000 , server .active_defrag_cycle_us , 500 , INTEGER_CONFIG , NULL , updateDefragConfiguration ),
31753176 createIntConfig ("lfu-log-factor" , NULL , MODIFIABLE_CONFIG , 0 , INT_MAX , server .lfu_log_factor , 10 , INTEGER_CONFIG , NULL , NULL ),
31763177 createIntConfig ("lfu-decay-time" , NULL , MODIFIABLE_CONFIG , 0 , INT_MAX , server .lfu_decay_time , 1 , INTEGER_CONFIG , NULL , NULL ),
31773178 createIntConfig ("replica-priority" , "slave-priority" , MODIFIABLE_CONFIG , 0 , INT_MAX , server .slave_priority , 100 , INTEGER_CONFIG , NULL , NULL ),
0 commit comments