commit c054d0094a698d0049585c83c5311802fe0dbbac
parent c29d342c21b16729256709e30f7c6989a70f1d0c
Author: Miroslav Prasil <miroslav@prasil.info>
Date: Mon, 14 May 2018 15:04:13 +0100
set max storage to non-null value
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/db/models/organization.rs b/src/db/models/organization.rs
@@ -154,7 +154,7 @@ impl UserOrganization {
"UseGroups": false,
"UseTotp": false,
- "MaxStorageGb": null,
+ "MaxStorageGb": 999999999,
// These are per user
"Key": self.key,