Skip to content

Commit

Permalink
update traffic arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
jolestar committed Oct 2, 2024
1 parent 549b707 commit 757ccb1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions scripts/deploy_rooch_mainnet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ docker run -d --name rooch-mainnet --restart unless-stopped -v /data:/root -p 67
--btc-rpc-url "$BTC_MAIN_RPC_URL" \
--btc-rpc-username rooch-main \
--btc-rpc-password "$BTC_MAIN_RPC_PWD" \
--traffic-burst-size 100000 \
--traffic-per-second 10000
--traffic-burst-size 10000000 \
--traffic-per-second 100000
4 changes: 2 additions & 2 deletions scripts/deploy_rooch_testnet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ docker run -d --name rooch-testnet --restart unless-stopped -v /data:/root -p 67
--btc-rpc-url "$BTC_TEST_RPC_URL" \
--btc-rpc-username rooch-test \
--btc-rpc-password "$BTC_TEST_RPC_PWD" \
--traffic-burst-size 100000 \
--traffic-per-second 10000 \
--traffic-burst-size 10000000 \
--traffic-per-second 100000 \
--da "{\"internal-da-server\": {\"servers\": [{\"open-da\": {\"scheme\": \"gcs\", \"config\": {\"bucket\": \"$OPENDA_GCP_TESTNET_BUCKET\", \"credential\": \"$OPENDA_GCP_TESTNET_CREDENTIAL\"}}}]}}"

0 comments on commit 757ccb1

Please sign in to comment.