]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
quota: Optimize handling a large number of expunges.
authorTimo Sirainen <timo.sirainen@dovecot.fi>
Fri, 29 Apr 2016 12:42:48 +0000 (15:42 +0300)
committerTimo Sirainen <timo.sirainen@dovecot.fi>
Fri, 29 Apr 2016 12:43:05 +0000 (15:43 +0300)
commit62f2f6bafd6253443a8ec9715278db60df660254
treee3e2581ca9d603ecec3753492452911f2a1b75b8
parent6876b613e6532583b7ad317f28857940a562a66d
quota: Optimize handling a large number of expunges.

This assumes that the mail_expunge() was called in the same order as
sync_notify(), which practically means that they were both done in
ascending uid order. This is usually true.
src/plugins/quota/quota-storage.c