forked from Mirrors/freeswitch
increse fail count to 300
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@715 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
parent
1cc7635cd0
commit
60ebf58116
@ -864,7 +864,7 @@ static ZIO_READ_FUNCTION(zt_read)
|
||||
zap_ssize_t r = 0;
|
||||
int errs = 0;
|
||||
|
||||
while (errs++ < 100) {
|
||||
while (errs++ < 300) {
|
||||
if ((r = read(zchan->sockfd, data, *datalen)) > 0) {
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user