Browse Source

Actually load index cache again (fixes #45)

Jakob Borg 12 years ago
parent
commit
5980952495
1 changed files with 1 additions and 0 deletions
  1. 1 0
      main.go

+ 1 - 0
main.go

@@ -191,6 +191,7 @@ func main() {
 	// connections to other nodes.
 
 	infoln("Populating repository index")
+	loadIndex(m)
 	updateLocalModel(m)
 
 	// Routine to listen for incoming connections