Skip to content

Commit

Permalink
Merge pull request #2201 from dfinity/copy-updates2
Browse files Browse the repository at this point in the history
fix motoko playground reference
  • Loading branch information
dprats authored Dec 6, 2023
2 parents 6bb9094 + a4a1e5a commit 89a767c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion blog/features/dfx-deploy-playground.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ This command calls the `hello_world_backend` canister that has been deployed to

Since the canister has been deployed to the playground, it is important to know the limitations that canisters deployed with the `--playground` flag will be subject to. These restrictions are:

- Cycle transfer instructions are silently ignored by the system.
- Cycle transfer instructions are silently ignored by the Motoko playground.
- Wasm files can't be gzipped.
- Wasm files will be analyzed to remove any potentially expensive/malicious operations.
- Canisters can use at most 1GB of memory.
Expand Down
2 changes: 1 addition & 1 deletion blog/news-and-updates/2023-07-26-update.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ For our last topic today, we're going to briefly introduce a new upcoming featur

It is important to note that canisters deployed with the `--playground` flag will be subject to the same restrictions as other canisters deployed to the Motoko playground. These restrictions are:

- Cycle transfer instructions are silently ignored by the system.
- Cycle transfer instructions are silently ignored by the Motoko playground.
- Canisters can use at most 1GB of stable memory.
- Canisters can call the management canister to manage itself without being the controller.
- Deployed canisters expire after 20 minutes.
Expand Down
2 changes: 1 addition & 1 deletion docs/developer-docs/setup/playground.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ To ensure resources are used fairly by users, proof of work when a user makes a

Since Motoko playground is designed for short, small-scale testing, there are limitations and restrictions imposed on canisters deployed to the playground. These limitations are:

- Cycle transfer instructions are silently ignored by the system.
- Cycle transfer instructions are silently ignored by the Motoko playground.
- Canisters can use at most 1GB of memory.
- Canisters can call the management canister to manage itself without being the controller.
- Deployed canisters expire after 20 minutes. Upgrades to canisters reset this timer. When the timer runs out, the canister(s) will be uninstalled.
Expand Down

0 comments on commit 89a767c

Please sign in to comment.