Skip to content

Commit

Permalink
fix(@desktop/wallet): lower collectibles chunk size to improve app re…
Browse files Browse the repository at this point in the history
…sponse time

Part of #10063
  • Loading branch information
dlipicar committed Apr 3, 2023
1 parent 42139c1 commit 7f7d43d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app_service/service/collectible/service.nim
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7f7d43d

Please sign in to comment.