From 322e92276eb2d80c2e6cb24a7a154257ec96b30a Mon Sep 17 00:00:00 2001 From: Chris Coutinho Date: Sun, 22 Mar 2026 16:59:36 +0100 Subject: [PATCH] fix: reduce vector sync scan interval to 5s for single-user service The test_semantic_search_answer_successful_sampling test creates a note and waits 30s for indexing, but the scanner only ran every 60s. Aligning with the CI overlay's 5s interval ensures new notes are indexed in time. Co-Authored-By: Claude Opus 4.6 (1M context) --- docker-compose.yml | 2 +- third_party/astrolabe | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index a10b970c..3f6af113 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -91,7 +91,7 @@ services: # Semantic search configuration (ADR-007, ADR-021) - ENABLE_SEMANTIC_SEARCH=true - - VECTOR_SYNC_SCAN_INTERVAL=60 + - VECTOR_SYNC_SCAN_INTERVAL=5 - VECTOR_SYNC_PROCESSOR_WORKERS=1 #- LOG_FORMAT=json diff --git a/third_party/astrolabe b/third_party/astrolabe index 41d4a409..7e747a10 160000 --- a/third_party/astrolabe +++ b/third_party/astrolabe @@ -1 +1 @@ -Subproject commit 41d4a409c526f3db173885636b637c0f050932da +Subproject commit 7e747a1070632ed038fc09ccf0c59e941102ea26