We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f580d4 commit 66012d5Copy full SHA for 66012d5
1 file changed
install-bundler/configs/chains/staging-trust-wallet-chains.sh
@@ -3,6 +3,6 @@ declare -A chain_optimism=(
3
[chainId]="10"
4
[autoScalingThreshholdHTTPRequestsPerMinute]=1000
5
[autoScalingThreshholdCPU]=800m
6
- [minReplica]=3
7
- [maxReplica]=3
+ [minReplica]=1
+ [maxReplica]=2
8
)
0 commit comments