Skip to content

Commit dead4b3

Browse files
committed
v0.9.29 - Removed warning in sample app
1 parent 11ce016 commit dead4b3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "socketcluster",
33
"description": "SocketCluster - A Highly parallelized WebSocket server cluster to make the most of multi-core machines/instances.",
4-
"version": "0.9.28",
4+
"version": "0.9.29",
55
"homepage": "https://github.com/topcloud/socketcluster",
66
"contributors": [
77
{

sample/server.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ var socketCluster = new SocketCluster({
1111
storeController: 'store.js',
1212
addressSocketLimit: 0,
1313
socketEventLimit: 100,
14-
sessionTimeout: 5,
1514
rebootWorkerOnError: true,
1615
useSmartBalancing: false
1716
});

0 commit comments

Comments
 (0)