This commit is contained in:
Tantrix 2019-12-30 13:04:43 +00:00 committed by GitHub
commit 38429a9f4e
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>