Skip to content

Commit

Permalink
Revert one of the files
Browse files Browse the repository at this point in the history
  • Loading branch information
Olshansk committed Jan 16, 2025
1 parent 6b028dc commit 0ea39d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions localnet/poktrolld/config/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ timeout_broadcast_tx_commit = "10s"
max_request_batch_size = 10

# Maximum size of request body, in bytes
max_body_bytes = 100000000
max_body_bytes = 1000000

# Maximum size of request header, in bytes
max_header_bytes = 1048576
Expand Down Expand Up @@ -330,7 +330,7 @@ keep-invalid-txs-in-cache = false

# Maximum size of a single transaction.
# NOTE: the max size of a tx transmitted over the network is {max_tx_bytes}.
max_tx_bytes = 100000000
max_tx_bytes = 1048576

# Maximum size of a batch of transactions to send to a peer
# Including space needed by encoding (one varint per transaction).
Expand Down

0 comments on commit 0ea39d0

Please sign in to comment.