Skip to content

Commit

Permalink
raise max subs per connections to 1024
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommi committed Jun 20, 2024
1 parent 1c28206 commit a09dae1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ ExecStart={{ default_base_path }}/cumulus \
--max-runtime-instances 32 \
--rpc-max-request-size 16 \
--rpc-max-response-size 16 \
--rpc-max-subscriptions-per-connection 512 \
--rpc-max-subscriptions-per-connection 1024 \
--rpc-max-connections 10000 \
--rpc-external \
--rpc-methods safe \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ExecStart={{ default_base_path }}/encointer \
--max-runtime-instances 32 \
--rpc-max-request-size 16 \
--rpc-max-response-size 16 \
--rpc-max-subscriptions-per-connection 512 \
--rpc-max-subscriptions-per-connection 1024 \
--rpc-max-connections 10000 \
--allow-private-ipv4

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ ExecStart={{ default_base_path }}/polkadot \
--max-runtime-instances 32 \
--rpc-max-request-size 16 \
--rpc-max-response-size 16 \
--rpc-max-subscriptions-per-connection 512 \
--rpc-max-subscriptions-per-connection 1024 \
--rpc-max-connections 10000 \
--allow-private-ipv4

Expand Down

0 comments on commit a09dae1

Please sign in to comment.