fix(litefs): increase consul lease TTL and lock-delay
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 41s

This commit is contained in:
2026-04-27 10:19:36 -07:00
parent dd413d1342
commit 8acb098918

View File

@@ -14,6 +14,8 @@ lease:
consul: consul:
url: "${CONSUL_URL}" url: "${CONSUL_URL}"
key: "${LITEFS_CONSUL_KEY}" key: "${LITEFS_CONSUL_KEY}"
ttl: "30s"
lock-delay: "5s"
# Internal HTTP API for replication # Internal HTTP API for replication
http: http: