implemented "preferUntransformed"

This commit is contained in:
Kevin Jahns
2017-05-03 16:13:52 +02:00
parent 8e4efd9bba
commit b242aab955
4 changed files with 86 additions and 15 deletions

View File

@@ -111,7 +111,7 @@ module.exports = function (Y /* :any */) {
}
this.garbageCollect = garbageCollect
this.startGarbageCollector()
this.repairCheckInterval = !opts.repairCheckInterval ? 6000 : opts.repairCheckInterval
this.opsReceivedTimestamp = new Date()
this.startRepairCheck()