Skip to content
Snippets Groups Projects
Commit e2f14528 authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

Merge !486: daemon: more consistent outbound TCP timeout

There's no real effect, probably.
parents c0d8ff3d 96fa6896
1 merge request!486daemon: set timeout for outbound tcp session more consistent
Pipeline #32911 passed with warnings with stages
in 9 minutes and 10 seconds
......@@ -96,7 +96,7 @@ void worker_iohandle_release(struct worker_ctx *worker, void *h);
#define MAX_PENDING KR_NSREP_MAXADDR
/** Maximum response time from TCP upstream, milliseconds */
#define MAX_TCP_INACTIVITY 10000
#define MAX_TCP_INACTIVITY (KR_RESOLVE_TIME_LIMIT + KR_CONN_RTT_MAX)
/** Freelist of available mempools. */
typedef array_t(void *) mp_freelist_t;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment