You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We recently decided 4000 is a reasonable default value for the onlinenews-mediacloud quota, but there's no easy way to adjust it;
I've just done an SQL UPDATE each day since then.
It would be lovely if the default quota was stored as a "property" (in a default-quotas section) named by the provider, and if the user-quota has some distinctive value (0?? -1??? NUL????), the default value is used instead...
I guess the quota_XXX columns in the users_profile table could be viewed as "denormalized", and it could be represented as a users_quota table keyed by user_id and provider, and the table could only contain the exceptions (any non-staff user without a table entry gets the default).... But not sure it's worth the effort to do a migration!
The text was updated successfully, but these errors were encountered:
We recently decided 4000 is a reasonable default value for the onlinenews-mediacloud quota, but there's no easy way to adjust it;
I've just done an SQL
UPDATE
each day since then.It would be lovely if the default quota was stored as a "property" (in a default-quotas section) named by the provider, and if the user-quota has some distinctive value (0?? -1??? NUL????), the default value is used instead...
I guess the quota_XXX columns in the
users_profile
table could be viewed as "denormalized", and it could be represented as ausers_quota
table keyed by user_id and provider, and the table could only contain the exceptions (any non-staff user without a table entry gets the default).... But not sure it's worth the effort to do a migration!The text was updated successfully, but these errors were encountered: