This is an automated email from the ASF dual-hosted git repository. btellier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit add21b32d95b1fb603c2f6d07f0488cd093ae079 Author: Benoit Tellier <[email protected]> AuthorDate: Thu Sep 5 12:04:27 2019 +0700 JAMES-2344 Choose example value for quota occupation/ratio that makes sens --- src/site/markdown/server/manage-webadmin.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/site/markdown/server/manage-webadmin.md b/src/site/markdown/server/manage-webadmin.md index 25ac236..fb564a2 100644 --- a/src/site/markdown/server/manage-webadmin.md +++ b/src/site/markdown/server/manage-webadmin.md @@ -468,12 +468,12 @@ The answer is the details of the quota of that user. "size":42 }, "occupation": { - "size":1000, - "count":10000, + "size":13, + "count":21, "ratio": { - "size":0.8, - "count":0.6, - "max":0.8 + "size":0.25, + "count":0.5, + "max":0.5 } } } --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
