From 4ba712056970ee7150d8b88c83f304d8d0bd9ba9 Mon Sep 17 00:00:00 2001 From: Oleksii Kliukin Date: Thu, 12 Oct 2023 09:57:19 +0200 Subject: [PATCH] Update the test --- pkg/tstune/tuner_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/tstune/tuner_test.go b/pkg/tstune/tuner_test.go index 02bba49..514098e 100644 --- a/pkg/tstune/tuner_test.go +++ b/pkg/tstune/tuner_test.go @@ -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),