Skip to content

Commit

Permalink
Update the test
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyklyukin committed Oct 12, 2023
1 parent 820b9db commit 4ba7120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/tstune/tuner_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1420,7 +1420,7 @@ var (
"wal_buffers = 16MB",
"min_wal_size = 512MB",
"max_wal_size = 1GB",
"default_statistics_target = 500",
"default_statistics_target = 100",
"random_page_cost = 1.1",
"checkpoint_completion_target = 0.9",
fmt.Sprintf("max_connections = %d", testMaxConns),
Expand Down

0 comments on commit 4ba7120

Please sign in to comment.