Skip to content

Commit 37dedf2

Browse files
committed
fix idleTimeoutMS
1 parent 363f4e6 commit 37dedf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ var statefulProcessCommandProxy = new StatefulProcessCommandProxy({
1010
name: "StatefulProcessCommandProxy",
1111
max: 1,
1212
min: 1,
13-
idleTimeoutMillis:120000,
13+
idleTimeoutMS:120000,
1414
log: function(severity,origin,msg) {
1515
console.log(severity.toUpperCase() + " " +origin+" "+ msg);
1616
},

0 commit comments

Comments
 (0)