Skip to content

Commit

Permalink
doveadm-http: Set HTTP client's max idletime to 5 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
cmouse authored and sirainen committed Mar 2, 2016
1 parent b7c4fe8 commit 51338d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/doveadm/client-connection-http.c
Expand Up @@ -754,6 +754,7 @@ static void doveadm_http_server_send_response(void *context)
}

static const struct http_server_settings http_server_set = {
.max_client_idle_time_msecs = 5000,
.max_pipelined_requests = 0
};

Expand Down

0 comments on commit 51338d9

Please sign in to comment.