We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f27d2b8 commit 5fe5dadCopy full SHA for 5fe5dad
README.md
@@ -34,7 +34,7 @@ The following options are allowed:
34
- `port`: port to connect to redis on (`6379`)
35
- `pubClient`: optional, the redis client to publish events on
36
- `subClient`: optional, the redis client to subscribe to events on
37
-- `requestsTimeout`: optional, after this timeout the adapter will stop waiting from responses to request (`1000ms`)
+- `requestsTimeout`: optional, after this timeout the adapter will stop waiting from responses to request (`5000ms`)
38
39
If you decide to supply `pubClient` and `subClient`, make sure you use
40
[node_redis](https://github.com/mranney/node_redis) as a client or one
0 commit comments