Have only one block size

This commit is contained in:
Audrius Butkevicius
2014-09-29 23:01:17 +01:00
parent 493dc8fcd5
commit 41b8dd2863
3 changed files with 3 additions and 5 deletions

View File

@@ -1001,7 +1001,7 @@ func (m *Model) ScanFolderSub(folder, sub string) error {
Dir: dir,
Sub: sub,
Ignores: ignores,
BlockSize: scanner.StandardBlockSize,
BlockSize: protocol.BlockSize,
TempNamer: defTempNamer,
CurrentFiler: cFiler{m, folder},
IgnorePerms: m.folderCfgs[folder].IgnorePerms,