Skip to content

Commit

Permalink
Merge pull request #3636 from dfinity/jessiemongeon1-patch-1
Browse files Browse the repository at this point in the history
fix: typo
  • Loading branch information
jessiemongeon1 authored Oct 23, 2024
2 parents 6dbda55 + e656dac commit 8cbfe18
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ On subnets with higher loads, your application may experience elevated latencies

### Recommendation: Consider moving the canister to another subnet.

If your canister is running on a subnet that has a consistently high load and thus elevated latency, consider adding a [compute allocation](docs/current/developer-docs/gas-cost#execution-and-compute-allocation) setting. A compute allocation of 1% will gauruntee your canister is scheduled for execution once every 100 rounds.
If your canister is running on a subnet that has a consistently high load and thus elevated latency, consider adding a [compute allocation](docs/current/developer-docs/gas-cost#execution-and-compute-allocation) setting. A compute allocation of 1% will guarantee your canister is scheduled for execution once every 100 rounds.

## Troubleshooting best practices

Expand Down

0 comments on commit 8cbfe18

Please sign in to comment.