some tweaks to cart
Build and Publish / BuildAndDeployArm64 (push) Failing after 5s
Build and Publish / BuildAndDeployAmd64 (push) Failing after 4s

This commit is contained in:
2026-06-29 20:08:21 +02:00
parent de47ef4f14
commit 98e2fd8d41
7 changed files with 931 additions and 55 deletions
+1 -1
View File
@@ -413,7 +413,7 @@ func main() {
}
defer grpcSrv.GracefulStop()
// go diskStorage.SaveLoop(10 * time.Second)
go diskStorage.SaveLoop(20 * time.Second)
UseDiscovery(pool)
ctx, stop := signal.NotifyContext(context.Background(), os.Interrupt)