(temp) migration release: increase syncer time to 1 hr
Some checks failed
release / docker (push) Has been cancelled

This commit is contained in:
2025-03-24 11:55:07 +03:00
parent 1e0c853d40
commit ef477c736f

View File

@@ -11,7 +11,7 @@ import (
"github.com/jackc/pgx/v5"
)
const syncInterval = time.Second * 5
const syncInterval = time.Hour * 1
type (
KVRow struct {