From ef477c736ff07057695e6eb03a27d623b9d31762 Mon Sep 17 00:00:00 2001 From: Mohammed Sohail Date: Mon, 24 Mar 2025 11:55:07 +0300 Subject: [PATCH] (temp) migration release: increase syncer time to 1 hr --- internal/syncer/syncer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/syncer/syncer.go b/internal/syncer/syncer.go index e81d6f6..fc3e76a 100644 --- a/internal/syncer/syncer.go +++ b/internal/syncer/syncer.go @@ -11,7 +11,7 @@ import ( "github.com/jackc/pgx/v5" ) -const syncInterval = time.Second * 5 +const syncInterval = time.Hour * 1 type ( KVRow struct {