Multi-Hackers / AxedaWrapper

Dependents:   axeda_wrapper_dev MTS_Axeda_Example

Files at this revision

API Documentation at this revision

Comitter:
mfiore
Date:
Sat Jan 04 08:00:38 2014 +0000
Parent:
5:dd1e00e3eba5
Commit message:
shorten HTTPClient timeout to 5 seconds

Changed in this revision

HTTPClient/HTTPClient.h Show annotated file Show diff for this revision Revisions of this file
--- a/HTTPClient/HTTPClient.h	Sat Jan 04 05:07:10 2014 +0000
+++ b/HTTPClient/HTTPClient.h	Sat Jan 04 08:00:38 2014 +0000
@@ -26,7 +26,7 @@
 
 #include "TCPSocketConnection.h"
 
-#define HTTP_CLIENT_DEFAULT_TIMEOUT 15000
+#define HTTP_CLIENT_DEFAULT_TIMEOUT 5000
 
 class HTTPData;