Skip to content

Commit 26db15e

Browse files
committed
mebibyte
1 parent 61869e6 commit 26db15e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/workflows/reference/limits.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Many limits are inherited from those applied to Workers scripts and as documente
1818
| Total scripts per account | 100 | 500 (shared with [Worker script limits](/workers/platform/limits/#account-plan-limits) |
1919
| Compute time per Workflow | 10 seconds | 30 seconds of [active CPU time](/workers/platform/limits/#cpu-time) |
2020
| Duration (wall clock) per `step` | Unlimited | Unlimited - e.g. waiting on network I/O calls or querying a database |
21-
| Maximum persisted state per step | 1MB (1e6 bytes) | 1MB (1e6 bytes) |
21+
| Maximum persisted state per step | 1MiB (2^20 bytes) | 1MiB (2^20 bytes) |
2222
| Maximum state that can be persisted per Workflow instance | 100MB | 1GB |
2323
| Maximum `step.sleep` duration | 365 days (1 year) <beta>beta</beta> |
2424
| Maximum steps per Workflow | 256 <beta>beta</beta> |

0 commit comments

Comments
 (0)