winlin

change sleep time from 3s to 0.6s

@@ -32,7 +32,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. @@ -32,7 +32,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
32 #include <srs_app_pithy_print.hpp> 32 #include <srs_app_pithy_print.hpp>
33 33
34 // when error, ingester sleep for a while and retry. 34 // when error, ingester sleep for a while and retry.
35 -#define SRS_INGESTER_SLEEP_US (int64_t)(3*1000*1000LL) 35 +#define SRS_INGESTER_SLEEP_US (int64_t)(6*100*1000LL)
36 36
37 SrsIngester::SrsIngester() 37 SrsIngester::SrsIngester()
38 { 38 {