From fdbc01d69563f1f851eccc101be5cc06039e2f80 Mon Sep 17 00:00:00 2001 From: Ben Morrison Date: Tue, 4 Jun 2019 23:33:39 -0400 Subject: cache/push check interval increased to 1s --- cache.go | 1 + 1 file changed, 1 insertion(+) (limited to 'cache.go') diff --git a/cache.go b/cache.go index 882c4d8..7f15d45 100644 --- a/cache.go +++ b/cache.go @@ -28,6 +28,7 @@ func cacheAndPush() { log.Printf("Error pushing cache to database: %v\n", err.Error()) } } + time.Sleep(1000 * time.Millisecond) } } -- cgit 1.4.1-2-gfad0