Skip to content

Commit 5fe5dad

Browse files
DingGGudarrachequesne
authored andcommittedFeb 22, 2018
[docs] Update README.md about requestsTimeout (#258)
Following #243
1 parent f27d2b8 commit 5fe5dad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The following options are allowed:
3434
- `port`: port to connect to redis on (`6379`)
3535
- `pubClient`: optional, the redis client to publish events on
3636
- `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`)
37+
- `requestsTimeout`: optional, after this timeout the adapter will stop waiting from responses to request (`5000ms`)
3838

3939
If you decide to supply `pubClient` and `subClient`, make sure you use
4040
[node_redis](https://github.com/mranney/node_redis) as a client or one

0 commit comments

Comments
 (0)
Please sign in to comment.