We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2359a00 commit e72b248Copy full SHA for e72b248
README.md
@@ -183,7 +183,7 @@ var statefulProcessCommandProxy = new StatefulProcessCommandProxy(
183
name: "test",
184
max: 2,
185
min: 2,
186
- idleTimeoutMillis: 10000,
+ idleTimeoutMS: 10000,
187
188
logFunction: function(severity,origin,msg) {
189
console.log(severity.toUpperCase() + " " +origin+" "+ msg);
0 commit comments