1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

change sleep time from 3s to 0.6s

This commit is contained in:
winlin 2014-04-08 15:43:18 +08:00
parent 5aded78272
commit 509504f27d

View file

@ -32,7 +32,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include <srs_app_pithy_print.hpp>
// 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()
{