Skip to content

Commit

Permalink
more acceleration
Browse files Browse the repository at this point in the history
  • Loading branch information
Haiss2 committed Jul 12, 2024
1 parent 2a254f8 commit b6d29d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/pricefiller/price_fillter.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const (
NetworkETHChanID = 1
NetworkETH = "ETH"
updateAllCoinInfoInterval = time.Hour
backfillTradeLogsPriceInterval = time.Minute
backfillTradeLogsPriceInterval = 30 * time.Second
backfillTradeLogsLimit = 60
addressETH = "0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee"
coinUSDT = "USDT"
Expand Down

0 comments on commit b6d29d7

Please sign in to comment.