diff --git a/src/base/system_parameter.c b/src/base/system_parameter.c index 898ec19c86..2aafb97411 100644 --- a/src/base/system_parameter.c +++ b/src/base/system_parameter.c @@ -1179,7 +1179,7 @@ static unsigned int prm_pb_num_LRU_chains_flag = 0; int PRM_PAGE_BG_FLUSH_INTERVAL_MSEC = 1000; static int prm_page_bg_flush_interval_msec_default = 1000; -static int prm_page_bg_flush_interval_msec_lower = -1; +static int prm_page_bg_flush_interval_msec_lower = 0; static unsigned int prm_page_bg_flush_interval_msec_flag = 0; bool PRM_ADAPTIVE_FLUSH_CONTROL = true;