Skip to content

Commit e9a1a15

Browse files
docs: small docs change on call-max-steps usage (#2767)
1 parent a55362a commit e9a1a15

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

cmd/juno/juno.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,7 @@ const (
178178
"- Single value (e.g. '5s'): After each failure, the timeout will increase dynamically \n" +
179179
"- Comma-separated list (e.g. '5s,10s,20s'): Each value will be used in sequence after failures. " +
180180
"- Single value with trailing comma (e.g. '5s,'): Uses a fixed timeout without dynamic adjustment"
181-
callMaxStepsUsage = "Maximum number of steps to be executed in starknet_call requests. " +
182-
"The upper limit is 4 million steps, and any higher value will still be capped at 4 million."
181+
callMaxStepsUsage = "Maximum number of steps to be executed in starknet_call requests"
183182
corsEnableUsage = "Enable CORS on RPC endpoints"
184183
versionedConstantsFileUsage = "Use custom versioned constants from provided file"
185184
pluginPathUsage = "Path to the plugin .so file"

docs/docs/_config-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
| `pprof-host` | `localhost` | The interface on which the pprof HTTP server will listen for requests |
4646
| `pprof-port` | `6062` | The port on which the pprof HTTP server will listen for requests |
4747
| `remote-db` | | gRPC URL of a remote Juno node |
48-
| `rpc-call-max-steps` | `4000000` | Maximum number of steps to be executed in starknet_call requests. The upper limit is 4 million steps, and any higher value will still be capped at 4 million |
48+
| `rpc-call-max-steps` | `4000000` | Maximum number of steps to be executed in starknet_call requests |
4949
| `rpc-cors-enable` | `false` | Enable CORS on RPC endpoints |
5050
| `rpc-max-block-scan` | `18446744073709551615` | Maximum number of blocks scanned in single starknet_getEvents call |
5151
| `versioned-constants-file` | | Use custom versioned constants from provided file |

0 commit comments

Comments
 (0)