les: bump global factor db key

This commit is contained in:
Zsolt Felfoldi 2019-09-12 15:48:53 +02:00
parent 5bdd98b674
commit 47a93d5a45

View file

@ -88,7 +88,7 @@ const (
gfUsageTC = time.Second gfUsageTC = time.Second
gfRaiseTC = time.Second * 200 gfRaiseTC = time.Second * 200
gfDropTC = time.Second * 50 gfDropTC = time.Second * 50
gfDbKey = "_globalCostFactorV4" gfDbKey = "_globalCostFactorV5"
) )
// costTracker is responsible for calculating costs and cost estimates on the // costTracker is responsible for calculating costs and cost estimates on the