diff --git a/lib/loggly/common.js b/lib/loggly/common.js index c1d25f9..660999c 100644 --- a/lib/loggly/common.js +++ b/lib/loggly/common.js @@ -206,7 +206,7 @@ common.loggly = function () { if (timerFunction === null) { timerFunction = setInterval(function () { sendBulkLogs(); - },30000); + },5000); } arrMsg.push(requestBody); if (arrMsg.length === arrSize) {