Update goleveldb (fixes #644, closes #648)

This commit is contained in:
Jakob Borg
2014-09-07 14:18:00 +02:00
parent ac384e8a9c
commit 64ffac5671
10 changed files with 403 additions and 118 deletions

View File

@@ -391,7 +391,7 @@ func syncthingMain() {
// If this is the first time the user runs v0.9, archive the old indexes and config.
archiveLegacyConfig()
db, err := leveldb.OpenFile(filepath.Join(confDir, "index"), &opt.Options{MaxOpenFiles: 100})
db, err := leveldb.OpenFile(filepath.Join(confDir, "index"), &opt.Options{CachedOpenFiles: 100})
if err != nil {
l.Fatalln("Cannot open database:", err, "- Is another copy of Syncthing already running?")
}