So we are allowed to selfhost, but we are not only allowed to specify Quotas bfore we throw money @Googles proprietary database spanner.
If you want to reeanble quota in your selfhosted environment
`syncstorage-settings/src/lib.rs:148-153:
pub fn normalize(&mut self) {
if self.uses_spanner() {
// Spanner-specific logic
} else {
// No quotas for stand alone servers
self.limits.max_quota_limit = 0;
self.enable_quota = false;
self.enforce_quota = false;
}
}`
┆Issue is synchronized with this Jira Task
So we are allowed to selfhost, but we are not only allowed to specify Quotas bfore we throw money @Googles proprietary database spanner.
If you want to reeanble quota in your selfhosted environment
`syncstorage-settings/src/lib.rs:148-153:
pub fn normalize(&mut self) {
if self.uses_spanner() {
// Spanner-specific logic
} else {
// No quotas for stand alone servers
self.limits.max_quota_limit = 0;
self.enable_quota = false;
self.enforce_quota = false;
}
}`
┆Issue is synchronized with this Jira Task