#2008 c2s_stanza_size_limit returns 'nil' if not set in config
Reporter
TroLUG Team
Owner
Nobody
Created
Updated
Stars
★ (1)
Tags
Type-Defect
Priority-Medium
Status-New
TroLUG Team
on
What steps will reproduce the problem?
1. prosodyctl shell 'config:get("c2s_stanza_size_limit")'
What is the expected output?
if not set, it should return the default value:
OK: 256000
What do you see instead?
| OK: nil
What version of the product are you using? On what operating system?
13.0.6 on Debian
If parameter is set in config file, the output is as expected.
What steps will reproduce the problem? 1. prosodyctl shell 'config:get("c2s_stanza_size_limit")' What is the expected output? if not set, it should return the default value: OK: 256000 What do you see instead? | OK: nil What version of the product are you using? On what operating system? 13.0.6 on Debian If parameter is set in config file, the output is as expected.