Commit 5bfa8d18 authored by Tien-Thinh Nguyen's avatar Tien-Thinh Nguyen

Update timeout for Curl

parent aa9c1327
......@@ -69,9 +69,7 @@ typedef enum patch_op_type_s {
static const std::vector<std::string> patch_op_type_e2str = {
"ADD", "REMOVE", "REPLACE", "MOVE", "COPY", "TEST", "UNKNOWN"};
#define NF_CURL_TIMEOUT_MS 1000L
#define CURL_TIMEOUT_MS 100L
#define CURL_TIMEOUT_MS 1000L
#define MAX_WAIT_MSECS 20000 // 1 second
typedef struct {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment