cgr-loader flag to disable reverse mappings

This commit is contained in:
Radu Ioan Fericean
2016-08-18 11:58:11 +03:00
parent e142227780
commit 0c08467387
15 changed files with 26 additions and 23 deletions

View File

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