Reap instantly.

This commit is contained in:
Simo Kinnunen
2014-03-17 19:33:26 +09:00
parent ed5709aa04
commit ee8951e467

View File

@@ -46,6 +46,7 @@ module.exports = function(options) {
})
}
reap()
timer = setInterval(reap, options.reapInterval)
process.on('SIGINT', function() {