Commit b57966c
[Workers] Add max upload size to limits.md + Fix toml in configuration.md (#1372)
* Add section on worker HTTP upload size limits.
[Relevant issue](#1361)
* Fix typos.
* Fix toml example
One example previously failed to parse, re-wrote it to comply with TOML 0.4 #1182
Tested; appears to work with wrangler. Have not tested LTS versions of wrangler if they exist.
* Update products/workers/src/content/platform/limits.md
* Update products/workers/src/content/platform/limits.md
* Update products/workers/src/content/platform/limits.md
Co-authored-by: Kate Tungusova <[email protected]>1 parent ec40b71 commit b57966c
File tree
2 files changed
+18
-2
lines changed- products/workers/src/content
- cli-wrangler
- platform
2 files changed
+18
-2
lines changedLines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
340 | 340 | | |
341 | 341 | | |
342 | 342 | | |
| 343 | + | |
343 | 344 | | |
344 | 345 | | |
345 | 346 | | |
| |||
365 | 366 | | |
366 | 367 | | |
367 | 368 | | |
368 | | - | |
| 369 | + | |
369 | 370 | | |
370 | 371 | | |
371 | 372 | | |
372 | | - | |
| 373 | + | |
373 | 374 | | |
374 | 375 | | |
375 | 376 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
25 | 40 | | |
26 | 41 | | |
27 | 42 | | |
| |||
0 commit comments