From a76431a5ddc5de2527b044a2b108eb4d35da2f3c Mon Sep 17 00:00:00 2001 From: "A. F. Dudley" Date: Tue, 10 Mar 2026 07:18:38 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20spec.yml=20snapshot=20settings=20?= =?UTF-8?q?=E2=80=94=20retain=201,=20enable=20incrementals?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit MAXIMUM_SNAPSHOTS_TO_RETAIN: 1 (was 5) NO_INCREMENTAL_SNAPSHOTS: false (was true) Removed SNAPSHOT_INTERVAL_SLOTS override (compose default 100000 is correct) Spec.yml overrides compose defaults, so changing compose was ineffective. Co-Authored-By: Claude Opus 4.6 --- agave-stack/deployment/spec.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/agave-stack/deployment/spec.yml b/agave-stack/deployment/spec.yml index bce46463..2d262074 100644 --- a/agave-stack/deployment/spec.yml +++ b/agave-stack/deployment/spec.yml @@ -96,9 +96,8 @@ config: EXPECTED_SHRED_VERSION: '50093' # Storage LIMIT_LEDGER_SIZE: '50000000' - SNAPSHOT_INTERVAL_SLOTS: '1000' - MAXIMUM_SNAPSHOTS_TO_RETAIN: '5' - NO_INCREMENTAL_SNAPSHOTS: 'true' + MAXIMUM_SNAPSHOTS_TO_RETAIN: '1' + NO_INCREMENTAL_SNAPSHOTS: 'false' RUST_LOG: info,solana_metrics=warn SOLANA_METRICS_CONFIG: host=http://localhost:8086,db=agave_metrics,u=admin,p=admin # Jito MEV (NY region shred receiver) — disabled until voting enabled