Some styling

pull/2/head
Louis Chatriot 11 years ago
parent c912d21594
commit 5c418952d5
  1. 2
      lib/persistence.js

@ -157,7 +157,7 @@ Persistence.prototype.compactDatafile = function () {
Persistence.prototype.setAutocompactionInterval = function (interval) {
var self = this
, minInterval = 5000
, realInterval = Math.max(interval||0, minInterval)
, realInterval = Math.max(interval || 0, minInterval)
;
this.stopAutocompaction();

Loading…
Cancel
Save