Skip to content

Commit

Permalink
[script] disable traffic control
Browse files Browse the repository at this point in the history
  • Loading branch information
jolestar committed Sep 16, 2024
1 parent 8211bdf commit ba38ee8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/deploy_rooch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@ docker run -d --name rooch --restart unless-stopped -v /data:/root -p 6767:6767
--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 ba38ee8

Please sign in to comment.