fix(@desktop/wallet): lower collectibles chunk size to improve app response time

Part of #10063
This commit is contained in:
Dario Gabriel Lipicar 2023-03-29 12:41:42 -03:00 committed by dlipicar
parent 42139c19ed
commit 7f7d43d372
1 changed files with 1 additions and 1 deletions

View File

@ -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