Commit 337d3a18 authored by Niuhaiwen's avatar Niuhaiwen

modify timer

parent ed295885
......@@ -37,7 +37,7 @@ enum class http_response_codes_e {
HTTP_RESPONSE_CODE_SERVICE_UNAVAILABLE = 503,
HTTP_RESPONSE_CODE_GATEWAY_TIMEOUT = 504
};
#define AMF_CURL_TIMEOUT_MS 1000L
#define AMF_CURL_TIMEOUT_MS 10000L
class plugin_app {
public:
plugin_app();
......@@ -49,4 +49,4 @@ public:
};
} // namespace config
#endif
\ No newline at end of file
#endif
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