fix(@desktop/wallet): lower collectibles chunk size to improve app response time
Part of #10063
This commit is contained in:
parent
42139c19ed
commit
7f7d43d372
|
@ -27,7 +27,7 @@ const SIGNAL_COLLECTIBLES_UPDATED* = "collectiblesUpdated"
|
|||
const INVALID_TIMESTAMP* = fromUnix(0)
|
||||
|
||||
# Maximum number of owned collectibles to be fetched at a time
|
||||
const ownedCollectiblesFetchLimit = 200
|
||||
const ownedCollectiblesFetchLimit = 100
|
||||
|
||||
type
|
||||
OwnedCollectiblesUpdateArgs* = ref object of Args
|
||||
|
|
Loading…
Reference in New Issue