reface to openteam
This commit is contained in:
@@ -17,7 +17,7 @@ var (
|
||||
AuthCache *cache.Cache
|
||||
)
|
||||
|
||||
func init() {
|
||||
func InitCache() {
|
||||
KeysCache = cache.New(cache.NoExpiration, cache.NoExpiration)
|
||||
AuthCache = cache.New(cache.NoExpiration, cache.NoExpiration)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user