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

This commit is contained in:
Mohamed Sohail 2025-03-24 11:55:07 +03:00
parent 1e0c853d40
commit ef477c736f
Signed by: kamikazechaser
GPG Key ID: 7DD45520C01CD85D

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 {