From f81c583d860fc4b67a0bfb5206a58ed217dfe57a Mon Sep 17 00:00:00 2001 From: Baris Usakli Date: Mon, 11 Nov 2013 12:44:42 -0500 Subject: [PATCH] changed postdelay default --- src/install.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/install.js b/src/install.js index be2891eb6b..5795a4d605 100644 --- a/src/install.js +++ b/src/install.js @@ -139,7 +139,7 @@ var async = require('async'), value: 'NodeBB' }, { field: 'postDelay', - value: 10000 + value: 10 }, { field: 'minimumPostLength', value: 8