mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-08 22:12:56 +00:00
Reduce table size in on-demand WAL download test
This commit is contained in:
@@ -631,7 +631,7 @@ def test_logical_replication_ondemand_download(neon_simple_env: NeonEnv, vanilla
|
||||
|
||||
env.create_branch("publisher")
|
||||
endpoint = env.endpoints.create(
|
||||
"publisher", config_lines=["max_slot_wal_keep_size=1MB", "max_wal_size=16MB"]
|
||||
"publisher", config_lines=["max_slot_wal_keep_size=1MB", "max_wal_size=32MB"]
|
||||
)
|
||||
endpoint.start()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user