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) <noreply@anthropic.com>
This commit is contained in:
Chris Coutinho
2026-03-22 16:59:36 +01:00
co-authored by Claude Opus 4.6
parent 331abdd00a
commit 322e92276e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ services:
# Semantic search configuration (ADR-007, ADR-021) # Semantic search configuration (ADR-007, ADR-021)
- ENABLE_SEMANTIC_SEARCH=true - ENABLE_SEMANTIC_SEARCH=true
- VECTOR_SYNC_SCAN_INTERVAL=60 - VECTOR_SYNC_SCAN_INTERVAL=5
- VECTOR_SYNC_PROCESSOR_WORKERS=1 - VECTOR_SYNC_PROCESSOR_WORKERS=1
#- LOG_FORMAT=json #- LOG_FORMAT=json