Revert "test: adjust checkpoint distance in test_layer_map (#6842)"

This reverts commit fcbe9fb184.
This commit is contained in:
Christian Schwarz
2024-02-27 17:54:22 +01:00
parent 6460beffcd
commit aea3861167

View File

@@ -17,10 +17,10 @@ def test_layer_map(neon_env_builder: NeonEnvBuilder, zenbenchmark):
tenant, _ = env.neon_cli.create_tenant(
conf={
"gc_period": "0s",
"checkpoint_distance": "16384",
"checkpoint_distance": "8192",
"compaction_period": "1 s",
"compaction_threshold": "1",
"compaction_target_size": "16384",
"compaction_target_size": "8192",
}
)