Parallell -> parallel (ref #13)

This commit is contained in:
Jakob Borg
2014-01-26 16:48:20 +01:00
parent b1ba976122
commit 6d3f8a2c06
4 changed files with 6 additions and 7 deletions

View File

@@ -210,7 +210,7 @@ func main() {
infoln("Deletes from peer nodes will be ignored")
}
okln("Ready to synchronize (read-write)")
m.StartRW(opts.Delete, opts.RequestsInFlight)
m.StartRW(opts.Delete, opts.ParallelRequests)
} else {
okln("Ready to synchronize (read only; no external updates accepted)")
}