Skip to content

Commit fca9d64

Browse files
author
StackMemory Bot (CLI)
committed
chore(dspy): lower threshold to 10 rows, cron installed every 4h
1 parent 1d10293 commit fca9d64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/dspy/loop.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ DB_PATH="$REPO_ROOT/.stackmemory/context.db"
2323
STATE_FILE="$DSPY_DIR/optimized_state.json"
2424
LAST_RUN_FILE="$DSPY_DIR/.last_run"
2525
LOG_FILE="$REPO_ROOT/.stackmemory/dspy-loop.log"
26-
MIN_NEW_ROWS=20
26+
MIN_NEW_ROWS=10
2727
FORCE=false
2828
DRY_RUN=false
2929

0 commit comments

Comments
 (0)