mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 16:45:10 +00:00
[MOD] Modify timeout
This commit is contained in:
parent
c9f8d69802
commit
804f7484b5
1 changed files with 1 additions and 1 deletions
|
|
@ -515,7 +515,7 @@ XMPPSendDisco(XMPPComponent *jabber, char *from, char *to)
|
|||
pthread_mutex_unlock(&jabber->write_lock);
|
||||
XMLFreeElement(iq);
|
||||
|
||||
ret = ParseeAwaitStanza(identifier, 5000);
|
||||
ret = ParseeAwaitStanza(identifier, 1.25 SECONDS);
|
||||
Free(identifier);
|
||||
return ret;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue