Skip to content

Commit

Permalink
increase payloads
Browse files Browse the repository at this point in the history
  • Loading branch information
hitchhooker committed Dec 29, 2023
1 parent 2ae3707 commit e40475c
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,11 @@ ExecStart={{ default_base_path }}/polkadot \
--rpc-external \
--rpc-methods safe \
--rpc-cors all \
--rpc-max-connections 1200 \
--max-runtime-instances 32 \
--rpc-max-request-size 16 \
--rpc-max-response-size 16 \
--rpc-max-subscriptions-per-connection 512 \
--rpc-max-connections 10000 \
--allow-private-ipv4

Restart=always
Expand Down

0 comments on commit e40475c

Please sign in to comment.