Comparing version 0.0.1 to 0.0.2
@@ -24,3 +24,3 @@ { | ||
}, | ||
"version": "0.0.1" | ||
"version": "0.0.2" | ||
} |
@@ -474,3 +474,3 @@ (function() { | ||
this._pSend({t: 'w:request', msg, p: p || {}}, nel.id); | ||
const replywait = parseInt(process.env.PDZPROCMAN_REPLYWAIT) || 0; | ||
const replywait = parseInt(process.env.PDZPROCMAN_REPLYWAIT, 10) || 0; | ||
if(replywait) { | ||
@@ -477,0 +477,0 @@ nel.timer = setTimeout(() => { |
14660