Update config.xml

Another attempt to add 'limit_min_hubs' option.
This commit is contained in:
Tantrix 2019-11-11 04:29:39 +03:00 committed by GitHub
parent 78a7039240
commit dbff302d9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -293,6 +293,17 @@
<since>0.2.0</since>
</option>
<option name="limit_min_hubs" type="int" default="0">
<check min="0" />
<short>Minimum total hub connections allowed, user/reg/op combined.</short>
<description><![CDATA[
Limit the number of hubs a user _should_ be logged into in total regardless of registrations or privileges.
If this number is insufficient, the user will not be allowed to enter the hub.
]]></description>
<syntax>0 = off</syntax>
<since>0.5.1</since>
</option>
<option name="limit_min_share" type="int" default="0">
<check min="0" />
<short>Limit minimum share size in megabytes</short>