Merge pull request #16 from mprasil/max_storage

set max storage to non-null value
This commit is contained in:
Daniel García 2018-05-14 16:17:17 +02:00 committed by GitHub
commit a00ecf228d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -154,7 +154,7 @@ impl UserOrganization {
"UseGroups": false,
"UseTotp": false,
"MaxStorageGb": null,
"MaxStorageGb": 999999999,
// These are per user
"Key": self.key,