Skip to content

Commit 5980952

Browse files
committed
Actually load index cache again (fixes syncthing#45)
1 parent 618c376 commit 5980952

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ func main() {
191191
// connections to other nodes.
192192

193193
infoln("Populating repository index")
194+
loadIndex(m)
194195
updateLocalModel(m)
195196

196197
// Routine to listen for incoming connections

0 commit comments

Comments
 (0)