Update default configuration file

This commit is contained in:
DanB
2016-08-29 19:15:54 +02:00
parent 0829f33243
commit db02afe33e
3 changed files with 103 additions and 67 deletions

View File

@@ -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