diff options
Diffstat (limited to 'svc/cache.go')
-rw-r--r-- | svc/cache.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/svc/cache.go b/svc/cache.go index 3383016..d3ac872 100644 --- a/svc/cache.go +++ b/svc/cache.go @@ -66,9 +66,6 @@ func cacheUpdate() { errLog("Error refreshing local copy of remote registry data: ", twtxtCache.CrawlRemoteRegistry(v)) } remoteRegistries.Mu.RUnlock() - confObj.Mu.Lock() - confObj.LastCache = time.Now() - confObj.Mu.Unlock() } // pingAssets checks if the local static assets |