mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-26 17:38:45 +01:00
Get rid of deprecated option 'resume_timeout' in test config
This commit is contained in:
parent
1925b94131
commit
5bdc6c0822
@ -443,7 +443,6 @@ listen:
|
|||||||
tls_verify: true
|
tls_verify: true
|
||||||
shaper: c2s_shaper
|
shaper: c2s_shaper
|
||||||
access: c2s
|
access: c2s
|
||||||
resume_timeout: 3
|
|
||||||
-
|
-
|
||||||
port: @@s2s_port@@
|
port: @@s2s_port@@
|
||||||
module: ejabberd_s2s_in
|
module: ejabberd_s2s_in
|
||||||
@ -477,6 +476,7 @@ Welcome to this XMPP server."
|
|||||||
mod_legacy_auth: []
|
mod_legacy_auth: []
|
||||||
mod_stream_mgmt:
|
mod_stream_mgmt:
|
||||||
max_ack_queue: 10
|
max_ack_queue: 10
|
||||||
|
resume_timeout: 3
|
||||||
mod_time: []
|
mod_time: []
|
||||||
mod_version: []
|
mod_version: []
|
||||||
registration_timeout: infinity
|
registration_timeout: infinity
|
||||||
|
Loading…
Reference in New Issue
Block a user