Skip to content

Commit

Permalink
use 20000000000 which works on devnet (#4488)
Browse files Browse the repository at this point in the history
  • Loading branch information
longbowlu committed Sep 6, 2022
1 parent 3a50bae commit 11f5fd9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion crates/sui-config/src/node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ use sui_types::crypto::SuiKeyPair;
use sui_types::sui_serde::KeyPairBase64;

// Default max number of concurrent requests served
pub const DEFAULT_GRPC_CONCURRENCY_LIMIT: usize = 20000;
pub const DEFAULT_GRPC_CONCURRENCY_LIMIT: usize = 20000000000;

#[serde_as]
#[derive(Clone, Debug, Deserialize, Serialize)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ expression: genesis_config
validator_genesis_info: ~
committee_size: 4
grpc_load_shed: ~
grpc_concurrency_limit: 20000
grpc_concurrency_limit: 20000000000
accounts:
- address: 375741c9373ae27bde5e6b5f5cc79f074cd84587
gas_objects:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ validator_configs:
enable-checkpoint: true
enable-reconfig: false
grpc-load-shed: ~
grpc-concurrency-limit: 20000
grpc-concurrency-limit: 20000000000
genesis:
genesis: "[fake genesis]"
- protocol-key-pair: QiWNzaFM8RHGAriXG4zIQ+keRsqQUVHAJ0SmsBfmkxbMYjMuNLstXNafYO+7KjbLkWx+tFgwHqNmNsTbsBK9iA==
Expand Down Expand Up @@ -80,7 +80,7 @@ validator_configs:
enable-checkpoint: true
enable-reconfig: false
grpc-load-shed: ~
grpc-concurrency-limit: 20000
grpc-concurrency-limit: 20000000000
genesis:
genesis: "[fake genesis]"
- protocol-key-pair: 4BB+FmG6xjjQpGNs/bv21foY4nMY2jMCltCjhxgNbIzqP8527hCzpkX7MEBRHfq0yc1gWPQZKQFNFkZvXjssKg==
Expand Down Expand Up @@ -120,7 +120,7 @@ validator_configs:
enable-checkpoint: true
enable-reconfig: false
grpc-load-shed: ~
grpc-concurrency-limit: 20000
grpc-concurrency-limit: 20000000000
genesis:
genesis: "[fake genesis]"
- protocol-key-pair: kYP0d2s+pZoXgeVko+rpZ2k5e4q0NbJd2kGJ4QPQMc9cR/734xE9wBxW701He/5RV6/DOWmgFPi7VTfhjM7GTA==
Expand Down Expand Up @@ -160,7 +160,7 @@ validator_configs:
enable-checkpoint: true
enable-reconfig: false
grpc-load-shed: ~
grpc-concurrency-limit: 20000
grpc-concurrency-limit: 20000000000
genesis:
genesis: "[fake genesis]"
- protocol-key-pair: ZyDgEy8FWgoN24poviNcDhIx9n6fKOuCHqxbHTnJPg+9UN97gnKsq+V1YAwCB2p5S8AIWrDXl7g9SiPgHI58JA==
Expand Down Expand Up @@ -200,7 +200,7 @@ validator_configs:
enable-checkpoint: true
enable-reconfig: false
grpc-load-shed: ~
grpc-concurrency-limit: 20000
grpc-concurrency-limit: 20000000000
genesis:
genesis: "[fake genesis]"
- protocol-key-pair: RuBQj94iWraVKHboVHWawvBtJms/9hWcJ38WR6jgPck7oQxlS+QUbas9bauAs84kzjfbfHRcKyUyBdYvlnsAsw==
Expand Down Expand Up @@ -240,7 +240,7 @@ validator_configs:
enable-checkpoint: true
enable-reconfig: false
grpc-load-shed: ~
grpc-concurrency-limit: 20000
grpc-concurrency-limit: 20000000000
genesis:
genesis: "[fake genesis]"
- protocol-key-pair: a7tE8gojj/hBeXcgQGHOCDL2HfJ2KPJ4Q1ggrXvO/+ZVrIhjM+yKuhWtjh6KURRUoIz8t81wxY3YQsqgcI0avw==
Expand Down Expand Up @@ -280,7 +280,7 @@ validator_configs:
enable-checkpoint: true
enable-reconfig: false
grpc-load-shed: ~
grpc-concurrency-limit: 20000
grpc-concurrency-limit: 20000000000
genesis:
genesis: "[fake genesis]"
account_keys:
Expand Down

0 comments on commit 11f5fd9

Please sign in to comment.