Skip to content

Commit

Permalink
les: bump factor db version again
Browse files Browse the repository at this point in the history
  • Loading branch information
rjl493456442 authored and zsfelfoldi committed Sep 16, 2019
1 parent 0d656b6 commit b940b78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion les/costtracker.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const (
gfUsageTC = time.Second
gfRaiseTC = time.Second * 200
gfDropTC = time.Second * 50
gfDbKey = "_globalCostFactorV4"
gfDbKey = "_globalCostFactorV6"
)

// costTracker is responsible for calculating costs and cost estimates on the
Expand Down

0 comments on commit b940b78

Please sign in to comment.