Remove depricated iqdisc in ejabberd config

Signed-off-by: Hemanth Kumar Veeranki <hems.india1997@gmail.com>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Hemanth Kumar Veeranki 2018-07-25 13:17:45 +05:30 committed by James Valleroy
parent 2b0fdc56d9
commit 6b2dbcfe99
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -248,7 +248,6 @@ def subcommand_mam(argument):
# Explicitly set the recommended / default settings for mod_mam,
# see https://docs.ejabberd.im/admin/configuration/#mod-mam.
settings_mod_mam = {'mod_mam': {
'iqdisc': 'one_queue', # discipline, recommended 'one_queue'
'db_type': 'mnesia', # default is 'mnesia' (w/o set default_db)
'default': 'never', # policy, default 'never'
'request_activates_archiving': False, # default False