diff options
-rw-r--r-- | cache.go | 1 |
1 files changed, 1 insertions, 0 deletions
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) } } |