mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-14 17:02:56 +00:00
Remove setting of io_combine_limit whoich is not supported by all Postgres versions
This commit is contained in:
@@ -30,7 +30,6 @@ def test_lfc_prefetch(neon_simple_env: NeonEnv, n_readers: int, n_writers: int):
|
||||
"enable_seqscan=off",
|
||||
"autovacuum=off",
|
||||
"statement_timeout=0",
|
||||
"io_combine_limit=1",
|
||||
"neon.store_prefetch_result_in_lfc=on",
|
||||
],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user