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 363f4e6 commit 37dedf2Copy full SHA for 37dedf2
example.js
@@ -10,7 +10,7 @@ var statefulProcessCommandProxy = new StatefulProcessCommandProxy({
10
name: "StatefulProcessCommandProxy",
11
max: 1,
12
min: 1,
13
- idleTimeoutMillis:120000,
+ idleTimeoutMS:120000,
14
log: function(severity,origin,msg) {
15
console.log(severity.toUpperCase() + " " +origin+" "+ msg);
16
},
0 commit comments