mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-06 23:52:58 +01:00
Merge branch 'master' of https://github.com/designcreateplay/NodeBB
This commit is contained in:
@@ -84,7 +84,7 @@ Upgrade.upgrade = function() {
|
||||
},
|
||||
function(next) {
|
||||
RDB.hget('config', 'postDelay', function(err, postDelay) {
|
||||
if(parseInt(postDelay, 10) > 10) {
|
||||
if(parseInt(postDelay, 10) > 1000) {
|
||||
RDB.hset('config', 'postDelay', 10, function(err, success) {
|
||||
winston.info('[2013/11/11] Updated postDelay to 10 seconds.');
|
||||
next();
|
||||
|
||||
Reference in New Issue
Block a user