commit a00ecf228d9878463be41344eff0b0dd0da9b9f5
parent c29d342c21b16729256709e30f7c6989a70f1d0c
Author: Daniel GarcĂa <dani-garcia@users.noreply.github.com>
Date: Mon, 14 May 2018 16:17:17 +0200
Merge pull request #16 from mprasil/max_storage
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,