mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 15:50:59 +00:00
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
3f89fae214
commit
cc55c2b691
@ -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…
x
Reference in New Issue
Block a user