github mozilla-services/syncstorage-rs 0.6.0

latest releases: 0.15.7, 0.15.6, 0.15.5...
3 years ago

Features

DEPLOYMENT NOTE!
This release ships with quota monitoring disabled.
Enabling quota will require a modification to the user_collections table:

alter table user_collections add column (total_bytes bigint, count int);

This is included in migrations/2020-08-24-091401_add_quota.

You will also need to specify SYNC_ENABLE_QUOTA=1 in the run time environment.

Don't miss a new syncstorage-rs release

NewReleases is sending notifications on new releases.