decrease check frequency
This commit is contained in:
parent
29de39b130
commit
3a545d7125
@ -141,7 +141,7 @@ func (e *Endpoint) Lookup(w http.ResponseWriter, r *http.Request) {
|
||||
func (e *Endpoint) SyncLoop(ctx context.Context) error {
|
||||
clock := clocks.Extract(ctx)
|
||||
|
||||
timer := clock.NewTicker(time.Second)
|
||||
timer := clock.NewTicker(30 * time.Second)
|
||||
defer timer.Stop()
|
||||
|
||||
keys := make([]string, 0, len(e.sites))
|
||||
|
Loading…
Reference in New Issue
Block a user