witten
/
luminotes
Archived
1
0
Fork 0

Reducing the number of included users in the higher rate plans, so each user gets more of the common pool of included storage space.

This commit is contained in:
Dan Helfman 2008-06-05 15:50:45 -07:00
parent a0ca8025d0
commit d21bd38e87
1 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@ settings = {
"name": "plus",
"designed_for": "small teams",
"storage_quota_bytes": 1000 * MEGABYTE,
"included_users": 10,
"included_users": 5,
"notebook_collaboration": True,
"user_admin": True,
"fee": 19,
@ -89,7 +89,7 @@ settings = {
"name": "premium",
"designed_for": "organizations",
"storage_quota_bytes": 5000 * MEGABYTE,
"included_users": 50,
"included_users": 30,
"notebook_collaboration": True,
"user_admin": True,
"fee": 99,