~bigbes/sr-ht-ecore

0b1bba82f63780a9455f7ed08457e071dd7f59f0 — Eugene Blikh 3 days ago e33cf96
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.
1 files changed, 5 insertions(+), 1 deletions(-)

M .beads/config.yaml
M .beads/config.yaml => .beads/config.yaml +5 -1
@@ 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