enable lakebase mode

This commit is contained in:
Suhas Thalanki
2025-07-30 13:55:54 -04:00
parent 4095ccce66
commit 815e4a0986

View File

@@ -373,6 +373,8 @@ def test_max_wal_rate(neon_simple_env: NeonEnv):
config_lines=[
# we need this option because default max_cluster_size < 0 will disable throttling completely
"neon.max_cluster_size=10GB",
# enable lakebase mode for WAL Rate Limiting
"neon.lakebase_mode=true",
],
)