diff options
author | Habeas Codice <habeascodice@federated.social> | 2015-05-26 00:21:08 -0700 |
---|---|---|
committer | Habeas Codice <habeascodice@federated.social> | 2015-05-26 00:21:08 -0700 |
commit | bd25f8577f812f02a054d7b9b2e3c7b28e6852b6 (patch) | |
tree | 40aafc52e18ce2cd3d968c49b432a92d168d2736 /doc/service_classes.bb | |
parent | 06eae98e53e7ac781a64eff4a85e793969124ad7 (diff) | |
download | volse-hubzilla-bd25f8577f812f02a054d7b9b2e3c7b28e6852b6.tar.gz volse-hubzilla-bd25f8577f812f02a054d7b9b2e3c7b28e6852b6.tar.bz2 volse-hubzilla-bd25f8577f812f02a054d7b9b2e3c7b28e6852b6.zip |
add ability to change existing channel/account service class with
util/service_class
add link from main doc
Diffstat (limited to 'doc/service_classes.bb')
-rw-r--r-- | doc/service_classes.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/service_classes.bb b/doc/service_classes.bb index a36ec1021..e5d4ecfad 100644 --- a/doc/service_classes.bb +++ b/doc/service_classes.bb @@ -18,6 +18,12 @@ list the services that are part of 'firstclass' service class [code]util/service_class firstclass photo_upload_limit 10000000[/code] set firstclass total photo disk usage to 10 million bytes +[code]util/service_class --account=5 firstclass[/code] +set account id 5 to service class 'firstclass' (with confirmation) + +[code]util/service_class --channel=blogchan firstclass[/code] +set the account that owns channel 'blogchan' to service class 'firstclass' (with confirmation) + [b]current limits[/b] photo_upload_limit - maximum total bytes for photos total_items - maximum total toplevel posts |