-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: asset canister to split up very large asset contents into chunk…
…s for retrieval (#1428) It turns out there is a limit on how much data a query can return. In hindsight, this was certain to be the case... ``` Message: IC0504: Canister rrkah-fqaaa-aaaaa-aaaaq-cai violated contract: ic0.msg_reply_data_append: application payload size (4300053) cannot be larger than 3145728 ``` Also, removed some statements about Motoko stable memory data structures that turned out to be incorrect.
- Loading branch information
1 parent
9f3e284
commit 3e1dcdf
Showing
1 changed file
with
53 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters