rescheduling time
authorMatthias Wachs <wachs@net.in.tum.de>
Mon, 10 Oct 2011 13:15:05 +0000 (13:15 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Mon, 10 Oct 2011 13:15:05 +0000 (13:15 +0000)
src/transport/plugin_transport_http_client.c

index 4c249be157be091a78c13115e1525432c377bc15..b4e7433717566475cd5c92da285f9347947e59ec 100644 (file)
@@ -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)