Skip to content

Commit f3e550d

Browse files
committed
Update README.md to reflect the changes on default timeouts
1 parent fd23896 commit f3e550d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -247,22 +247,22 @@ Here is all the options of the configuration file:
247247
// Timeout of initial request. HTTP handshake must be finished within
248248
// this time
249249
// (In Seconds)
250-
"InitialTimeout": 3,
250+
"InitialTimeout": 10,
251251

252252
// How long do the connection can stay in idle before the backend server
253253
// disconnects the client
254254
// (In Seconds)
255-
"ReadTimeout": 60,
255+
"ReadTimeout": 120,
256256

257257
// How long the server will wait until the client connection is ready to
258258
// recieve new data. If this timeout is exceed, the connection will be
259259
// closed.
260260
// (In Seconds)
261-
"WriteTimeout": 60,
261+
"WriteTimeout": 120,
262262

263263
// The interval between internal echo requests
264264
// (In Seconds)
265-
"HeartbeatTimeout": 20,
265+
"HeartbeatTimeout": 10,
266266

267267
// Forced delay between each request
268268
// (In Milliseconds)

0 commit comments

Comments
 (0)