(temp) migration release: increase syncer time to 1 hr
Some checks failed
release / docker (push) Has been cancelled
Some checks failed
release / docker (push) Has been cancelled
This commit is contained in:
parent
1e0c853d40
commit
ef477c736f
@ -11,7 +11,7 @@ import (
|
|||||||
"github.com/jackc/pgx/v5"
|
"github.com/jackc/pgx/v5"
|
||||||
)
|
)
|
||||||
|
|
||||||
const syncInterval = time.Second * 5
|
const syncInterval = time.Hour * 1
|
||||||
|
|
||||||
type (
|
type (
|
||||||
KVRow struct {
|
KVRow struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user