Skip to content

Commit

Permalink
feat: reduce refresh rate
Browse files Browse the repository at this point in the history
  • Loading branch information
metacertain committed Jun 11, 2021
1 parent 6458638 commit 94b1dd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/accounting/accounting_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (

const (
testPrice = uint64(10)
testRefreshRate = int64(1000)
testRefreshRate = int64(600)
)

var (
Expand Down

0 comments on commit 94b1dd6

Please sign in to comment.