Commit 337d3a18 authored by Niuhaiwen's avatar Niuhaiwen

modify timer

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