From 1dc3d7d7c2dfc1fec7fdbfebb1e7d22bb036f41c Mon Sep 17 00:00:00 2001 From: Domino Valdano <2644901+reductionista@users.noreply.github.com> Date: Fri, 11 Oct 2024 18:58:29 -0700 Subject: [PATCH] Lower LogPrunePageSize from 1000 to 700 --- .../ccip-tests/testconfig/tomls/ccip1.4-stress/baseline.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/ccip-tests/testconfig/tomls/ccip1.4-stress/baseline.toml b/integration-tests/ccip-tests/testconfig/tomls/ccip1.4-stress/baseline.toml index 0226a41ed3..4bad510a14 100644 --- a/integration-tests/ccip-tests/testconfig/tomls/ccip1.4-stress/baseline.toml +++ b/integration-tests/ccip-tests/testconfig/tomls/ccip1.4-stress/baseline.toml @@ -132,7 +132,7 @@ DeltaReconcile = '5s' CommonChainConfigTOML = """ LogPollInterval = '1s' -LogPrunePageSize = 1000 +LogPrunePageSize = 700 LogKeepBlocksDepth = 4000 [HeadTracker]