From a73f138a4379f85626c4a02e5d742a92e8c5f727 Mon Sep 17 00:00:00 2001 From: slguan Date: Thu, 1 Aug 2019 12:35:46 +0800 Subject: [PATCH] data transfer via restful interface may be lost --- src/modules/http/inc/httpHandle.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/http/inc/httpHandle.h b/src/modules/http/inc/httpHandle.h index df9f284966..1a60fccb9f 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 -- GitLab