mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-23 08:08:45 +05:00
Update default configuration file
This commit is contained in:
@@ -9,7 +9,7 @@ import (
|
||||
"github.com/cgrates/cgrates/utils"
|
||||
)
|
||||
|
||||
// Cache is an LRU cache. It is not safe for concurrent access.
|
||||
// Cache is an LRU cache.
|
||||
type Cache struct {
|
||||
mu sync.RWMutex
|
||||
// MaxEntries is the maximum number of cache entries before
|
||||
|
||||
Reference in New Issue
Block a user