Skip to content

Commit

Permalink
[script] disable traffic control (#2642)
Browse files Browse the repository at this point in the history
  • Loading branch information
jolestar authored Sep 24, 2024
1 parent 1ca6eb3 commit cd05d48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/deploy_rooch_testnet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +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 \
--da "{\"internal-da-server\": {\"servers\": [{\"open-da\": {\"scheme\": \"gcs\", \"config\": {\"bucket\": \"$OPENDA_GCP_TESTNET_BUCKET\", \"credential\": \"$OPENDA_GCP_TESTNET_CREDENTIAL\"}}}]}}"

0 comments on commit cd05d48

Please sign in to comment.