all: Remove "large blocks" config (#5763)

We now always use large / variable blocks.
This commit is contained in:
Jakob Borg
2019-06-06 16:57:38 +02:00
committed by Audrius Butkevicius
parent ca2fa8de4e
commit 997bb5e7e1
6 changed files with 19 additions and 31 deletions

View File

@@ -155,8 +155,6 @@
<div class="col-md-6">
<input type="checkbox" ng-model="currentFolder.fsWatcherEnabled" ng-change="fsWatcherToggled()" tooltip data-original-title="{{'Use notifications from the filesystem to detect changed items.' | translate }}">&nbsp;<span translate>Watch for Changes</span>
<p translate class="help-block">Watching for changes discovers most changes without periodic scanning.</p>
<input type="checkbox" ng-model="currentFolder.useLargeBlocks"> <span translate>Variable Size Blocks</span>
<p translate class="help-block">Variable size blocks (also "large blocks") are more efficient for large files.</p>
</div>
<div class="col-md-6">
<label for="rescanIntervalS" translate>Full Rescan Interval (s)</label>