Skip to content

Commit

Permalink
Add the gas_hold_handling setting to config
Browse files Browse the repository at this point in the history
  • Loading branch information
fizyk20 committed Apr 25, 2024
1 parent df29731 commit 591c3c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resources/local/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,8 @@ client_request_limit = 10
# Number of requests that can be buffered.
client_request_buffer_size = 20

gas_hold_handling = { type = 'accrued' }

# Maximum number of connections to the server.
max_connections = 16

Expand Down
2 changes: 2 additions & 0 deletions resources/production/config-example.toml
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,8 @@ client_request_limit = 3
# Number of requests that can be buffered per client.
client_request_buffer_size = 16

gas_hold_handling = { type = 'accrued' }

# Maximum number of connections to the server.
max_connections = 16

Expand Down

0 comments on commit 591c3c2

Please sign in to comment.