From 0b6800041cc85ecb842599cd5b0dad0533fe518e Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Mon, 10 Oct 2011 13:15:05 +0000 Subject: [PATCH] rescheduling time --- src/transport/plugin_transport_http_client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/transport/plugin_transport_http_client.c b/src/transport/plugin_transport_http_client.c index 4c249be15..b4e743371 100644 --- a/src/transport/plugin_transport_http_client.c +++ b/src/transport/plugin_transport_http_client.c @@ -109,7 +109,7 @@ client_schedule (struct Plugin *plugin) } mret = curl_multi_timeout (plugin->client_mh, &to); if (to == -1) - timeout = GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 5); + timeout = GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 1); else timeout = GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_MILLISECONDS, to); if (mret != CURLM_OK) -- 2.25.1