]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
quota: Drop support for percentage based quota_grace
authorTimo Sirainen <timo.sirainen@open-xchange.com>
Thu, 15 Aug 2024 10:02:21 +0000 (13:02 +0300)
committerAki Tuomi <aki.tuomi@open-xchange.com>
Fri, 17 Jan 2025 08:40:00 +0000 (10:40 +0200)
commit555ef9422525d389eb716769b0cd66b94cc2d040
treea5de84f8a780750ca88ac60df5f779b443b6d652
parent5eb0d67186b33c22d4a04e6bfac4124935f1ce38
quota: Drop support for percentage based quota_grace

Also change the default from 10% to 10 MB. It's likely not necessary to
support both, and having a fixed size makes usually more sense than a
percentage that can be rather huge. If we wanted to support both, the
settings redesign would require two separate grace settings, which seems
a bit excessive.
src/plugins/quota/quota-private.h
src/plugins/quota/quota-util.c
src/plugins/quota/quota.c