Skip to content

db: Use mutex around cache

Administrator requested to merge cache-mutex into master

Created by: ryanslade

This ensures that when the cache has expired, only one goroutine will refresh it while others will block until the it has refreshed.

Merge request reports

Loading