les: bump factor db version again

This commit is contained in:
rjl493456442 2019-09-16 15:04:56 +08:00 committed by Zsolt Felfoldi
parent 0d656b62e8
commit b940b78575

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 = "_globalCostFactorV6"
) )
// costTracker is responsible for calculating costs and cost estimates on the // costTracker is responsible for calculating costs and cost estimates on the