Skip to content

Commit

Permalink
increase header timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
advaita-saha committed Jan 22, 2025
1 parent 184af02 commit fecc311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nimbus/rpc/rpc_server.nim
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func defaultRpcHttpServerParams(): RpcHttpServerParams =
maxConnections: -1,
bufferSize: 4096,
backlogSize: 100,
httpHeadersTimeout: 10.seconds,
httpHeadersTimeout: 20.seconds,
maxHeadersSize: 64 * 1024,
# Needs to accomodate a large block and all its blobs, with json overhead
maxRequestBodySize: 16 * 1024 * 1024,
Expand Down

0 comments on commit fecc311

Please sign in to comment.