feat: longer lifespan for filtered coins cache
This commit is contained in:
parent
9808a67945
commit
2b1fd83a99
2 changed files with 15 additions and 2 deletions
|
|
@ -29,7 +29,7 @@ const CHECK_NOTIFICATION_INTERVAL = 20 * T.seconds
|
|||
|
||||
const PENDING_INTERVAL = 10 * T.seconds
|
||||
|
||||
const coinFilter = []
|
||||
const coinFilter = ['ETH']
|
||||
|
||||
let _pi, _settings
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue