Have only one block size
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user