File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments