Audrius Butkevicius %!s(int64=11) %!d(string=hai) anos
pai
achega
1aaf34b0ed
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      internal/model/model.go

+ 1 - 1
internal/model/model.go

@@ -1053,7 +1053,7 @@ func (m *Model) ScanFolderSub(folder, sub string) error {
 		return err
 	}
 	batchSize := 100
-	batch := make([]protocol.FileInfo, 0, 00)
+	batch := make([]protocol.FileInfo, 0, batchSize)
 	for f := range fchan {
 		events.Default.Log(events.LocalIndexUpdated, map[string]interface{}{
 			"folder":   folder,