From: Matthias Wachs Date: Mon, 10 Oct 2011 13:15:05 +0000 (+0000) Subject: rescheduling time X-Git-Tag: initial-import-from-subversion-38251~16662 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0b6800041cc85ecb842599cd5b0dad0533fe518e;p=oweals%2Fgnunet.git rescheduling time --- 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)