Skip to content

Commit e72b248

Browse files
committed
Update README.md
1 parent 2359a00 commit e72b248

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ var statefulProcessCommandProxy = new StatefulProcessCommandProxy(
183183
name: "test",
184184
max: 2,
185185
min: 2,
186-
idleTimeoutMillis: 10000,
186+
idleTimeoutMS: 10000,
187187
188188
logFunction: function(severity,origin,msg) {
189189
console.log(severity.toUpperCase() + " " +origin+" "+ msg);

0 commit comments

Comments
 (0)