mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
Change default flow timeout as recommended per the RFC
This commit is contained in:
parent
7892b72bcb
commit
b29615561c
@ -25,7 +25,7 @@
|
||||
-define(CALL_TIMEOUT, timer:seconds(30)).
|
||||
-define(DEFAULT_EXPIRES, 3600).
|
||||
-define(FLOW_TIMEOUT_DATAGRAM, 29).
|
||||
-define(FLOW_TIMEOUT_STREAM, 180).
|
||||
-define(FLOW_TIMEOUT_STREAM, 120).
|
||||
|
||||
-record(sip_session, {us = {<<"">>, <<"">>} :: {binary(), binary()},
|
||||
socket = #sip_socket{} :: #sip_socket{},
|
||||
|
Loading…
Reference in New Issue
Block a user