diff --git a/src/modules/http/inc/httpHandle.h b/src/modules/http/inc/httpHandle.h index df9f2849664f1654f2dee515217efa549ba201d8..1a60fccb9fc31dede3400d2d20d753b7aec89356 100644 --- a/src/modules/http/inc/httpHandle.h +++ b/src/modules/http/inc/httpHandle.h @@ -66,7 +66,7 @@ #define HTTP_READ_RETRY_TIMES 3 #define HTTP_READ_WAIT_TIME_MS 3 -#define HTTP_WRITE_RETRY_TIMES 100 +#define HTTP_WRITE_RETRY_TIMES 400 #define HTTP_WRITE_WAIT_TIME_MS 5 #define HTTP_EXPIRED_TIME 60000