mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-25 00:58:45 +05:00
cgr-loader flag to disable reverse mappings
This commit is contained in:
@@ -333,7 +333,7 @@ func init() {
|
||||
if err := csvr.LoadResourceLimits(); err != nil {
|
||||
log.Print("error in LoadResourceLimits:", err)
|
||||
}
|
||||
csvr.WriteToDatabase(false, false)
|
||||
csvr.WriteToDatabase(false, false, false)
|
||||
cache2go.Flush()
|
||||
ratingStorage.PreloadRatingCache()
|
||||
accountingStorage.PreloadAccountingCache()
|
||||
|
||||
Reference in New Issue
Block a user