This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
Apq
/
syncthing
mirror da
https://github.com/syncthing/syncthing.git
Segui
1
Vota
0
Forka
0
File
Problemi
0
Wiki
Sfoglia il codice sorgente
lib/model: Fixup because I suck and shouldn't commit directly to master
Jakob Borg
8 anni fa
parent
e33fa10115
commit
a8145e187f
1 ha cambiato i file
con
1 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
1
0
lib/model/rwfolder.go
+ 1
- 0
lib/model/rwfolder.go
Vedi File
@@ -1563,6 +1563,7 @@ loop:
case <-tick.C:
if len(batch) > 0 {
handleBatch()
+ batchSizeBytes = 0
}
}
}