Skip to content

Commit

Permalink
scripts: enable multiple-versions satellite setting if disabled
Browse files Browse the repository at this point in the history
we need this for the splunk tests when a disabled test is re-enabled.

Change-Id: I0cb4b8c1a2d2e9f41741d606db47c089303e5276
  • Loading branch information
halkyon committed Jan 26, 2023
1 parent ad9333e commit 35b4585
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/start_storj-sim.sh
Expand Up @@ -22,6 +22,10 @@ until storj-sim -x --host sim network setup; do
sleep 3
done

sed -i 's/# metainfo.multiple-versions: false/metainfo.multiple-versions: true/g' "$(storj-sim network env SATELLITE_0_DIR)/config.yaml"

echo "=== Enabled multiple versions"

sed -i 's/# metainfo.rate-limiter.enabled: true/metainfo.rate-limiter.enabled: false/g' "$(storj-sim network env SATELLITE_0_DIR)/config.yaml"

echo "=== Disabled rate limiting"
Expand Down

0 comments on commit 35b4585

Please sign in to comment.