Skip to content

Commit eb6de07

Browse files
authored
Merge pull request #4187 from sisuresh/reduce-scan
reduce scan size in phase1 Reviewed-by: marta-lokhova
2 parents 6e73c0a + 32b3b6c commit eb6de07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

soroban-settings/phase1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@
302302
"max_entries_to_archive": 100,
303303
"bucket_list_size_window_sample_size": 30,
304304
"bucket_list_window_sample_period": 64,
305-
"eviction_scan_size": 1048576,
305+
"eviction_scan_size": 100000,
306306
"starting_eviction_scan_level": 6
307307
}
308308
},

0 commit comments

Comments
 (0)