From 509504f27d9231b24cd4ca855ce620b725de8ad8 Mon Sep 17 00:00:00 2001 From: winlin Date: Tue, 8 Apr 2014 15:43:18 +0800 Subject: [PATCH] change sleep time from 3s to 0.6s --- trunk/src/app/srs_app_ingest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/src/app/srs_app_ingest.cpp b/trunk/src/app/srs_app_ingest.cpp index 23811058a..99205fda5 100644 --- a/trunk/src/app/srs_app_ingest.cpp +++ b/trunk/src/app/srs_app_ingest.cpp @@ -32,7 +32,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include // when error, ingester sleep for a while and retry. -#define SRS_INGESTER_SLEEP_US (int64_t)(3*1000*1000LL) +#define SRS_INGESTER_SLEEP_US (int64_t)(6*100*1000LL) SrsIngester::SrsIngester() {