diff --git a/src/upgrade.js b/src/upgrade.js index 75c05b7257..b4731bcad0 100644 --- a/src/upgrade.js +++ b/src/upgrade.js @@ -84,7 +84,7 @@ Upgrade.upgrade = function() { }, function(next) { RDB.hget('config', 'postDelay', function(err, postDelay) { - if(parseInt(postDelay, 10) > 1000) { + if(parseInt(postDelay, 10) > 150) { RDB.hset('config', 'postDelay', 10, function(err, success) { winston.info('[2013/11/11] Updated postDelay to 10 seconds.'); next();