Remove unused options in the batched madvise unit tests.

This commit is contained in:
Qi Wang
2025-06-02 11:24:55 -07:00
parent 27d7960cf9
commit 1972241cd2
2 changed files with 2 additions and 6 deletions

View File

@@ -37,9 +37,7 @@ static hpa_shard_opts_t test_hpa_shard_opts_default = {
/* min_purge_interval_ms */ /* min_purge_interval_ms */
5 * 1000, 5 * 1000,
/* experimental_max_purge_nhp */ /* experimental_max_purge_nhp */
-1, -1
/* peak_demand_window_ms */
0
}; };
static hpa_shard_t * static hpa_shard_t *

View File

@@ -37,9 +37,7 @@ static hpa_shard_opts_t test_hpa_shard_opts_default = {
/* min_purge_interval_ms */ /* min_purge_interval_ms */
5 * 1000, 5 * 1000,
/* experimental_max_purge_nhp */ /* experimental_max_purge_nhp */
-1, -1
/* peak_demand_window_ms */
0
}; };
static hpa_shard_t * static hpa_shard_t *