We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b97c96d commit 37e28dfCopy full SHA for 37e28df
index.js
@@ -50,7 +50,7 @@ function adapter(uri, opts) {
50
var pub = opts.pubClient;
51
var sub = opts.subClient;
52
var prefix = opts.key || 'socket.io';
53
- var requestsTimeout = opts.requestsTimeout || 1000;
+ var requestsTimeout = opts.requestsTimeout || 5000;
54
55
// init clients if needed
56
function createClient() {
0 commit comments