mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-12 16:26:37 +00:00
Actually load index cache again (fixes #45)
This commit is contained in:
parent
618c376e18
commit
5980952495
1
main.go
1
main.go
@ -191,6 +191,7 @@ func main() {
|
|||||||
// connections to other nodes.
|
// connections to other nodes.
|
||||||
|
|
||||||
infoln("Populating repository index")
|
infoln("Populating repository index")
|
||||||
|
loadIndex(m)
|
||||||
updateLocalModel(m)
|
updateLocalModel(m)
|
||||||
|
|
||||||
// Routine to listen for incoming connections
|
// Routine to listen for incoming connections
|
||||||
|
Loading…
Reference in New Issue
Block a user