mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-11 06:47:01 +00:00
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…
x
Reference in New Issue
Block a user