Skip to content

Commit

Permalink
add missing settings for s3 repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
lmenezes committed Sep 28, 2017
1 parent 0508a57 commit 47b7e5a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions public/repositories/s3.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,14 @@
<label class="form-label">max retries</label>
<input ng-model="settings.max_retries" class="form-control" placeholder="Number of retries in case of S3 errors. Defaults to 3.">
</div>
<div class="form-group col-md-6">
<label class="form-label">max_restore_bytes_per_sec</label>
<input ng-model="settings.max_restore_bytes_per_sec" class="form-control" placeholder="Throttles per node restore rate. Defaults to 20mb per second.">
</div>
<div class="form-group col-md-6">
<label class="form-label">max_snapshot_bytes_per_sec</label>
<input ng-model="settings.max_snapshot_bytes_per_sec" class="form-control" placeholder="Throttles per node snapshot rate. Defaults to 20mb per second.">
</div>
<div class="form-group col-md-6">
<label class="form-label">compress snapshot files(defaults to false)</label>

Expand Down

0 comments on commit 47b7e5a

Please sign in to comment.