Skip to content

Commit

Permalink
RFC: add information on defaults and UI example.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sventimir committed Nov 28, 2023
1 parent d053cef commit 44042fd
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions rfcs/0051-limit-zkapp-cmds-per-block.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,17 @@ although it might make it less severe by setting a more fine-grained
limit. However, considering that it would still be a temporary
solution, it's probably not worth the effort.

The default would be no limit, as that's the easiest to express.
Alternatively, we can provide another default, but that would require
providing an option to disable the limit altogether, complicating the
interface.

An example call could look like this:

```shell
$ mina daemon --limit-zkapp-cmds-per-block 64 ...
```

## Unresolved questions

Are the drawbacks described in this document an acceptable trade-off
Expand Down

0 comments on commit 44042fd

Please sign in to comment.