From 0b1bba82f63780a9455f7ed08457e071dd7f59f0 Mon Sep 17 00:00:00 2001 From: Eugene Blikh Date: Sat, 15 Aug 2026 11:37:27 +0300 Subject: [PATCH] bd: turn on dolt auto-push The debounce is 30s rather than the 5m default so a memory or issue written mid-session reaches dolt.srht.bigb.es without waiting for the session to end, and the 60s timeout keeps an unreachable remote from hanging bd. --- .beads/config.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.beads/config.yaml b/.beads/config.yaml index 22a583ae9856550aa2383817f62971541cfa74ab..fb76069fd64443ffacdcfa191e90a9aca11b380c 100644 --- a/.beads/config.yaml +++ b/.beads/config.yaml @@ -65,4 +65,8 @@ # - linear.api_key → use LINEAR_API_KEY env var instead # - github.token → use GITHUB_TOKEN env var instead -sync.remote: "https://dolt.srht.bigb.es/~bigbes/sr-ht-ecore" \ No newline at end of file +sync.remote: "https://dolt.srht.bigb.es/~bigbes/sr-ht-ecore" +dolt: + auto-push: true + auto-push-interval: 30s + auto-push-timeout: 60s