Skip to content

Commit

Permalink
settings/obox: Clarify obox_max_rescan_mail_count setting
Browse files Browse the repository at this point in the history
  • Loading branch information
sirainen committed Jun 19, 2023
1 parent 05b5380 commit 5f05791
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions source/settings/plugin/advanced/obox.rst
Original file line number Diff line number Diff line change
Expand Up @@ -336,9 +336,14 @@ Settings
:plugin: obox
:values: @uint

Upload indexes after this many mails have been saved since the last upload.
A higher value reduces the number of uploads, but increases the number of
mail downloads to fill the caches after a backend crash.
Keep a maximum of this many newly saved mails in local metacache indexes
before metacache is flushed to object storage. For example with a value of
10, every 11th mail triggers a metacache flush. Note that the flush isn't
immediate - it will happen in the background some time within the next
:dovecot_plugin:ref:`metacache_upload_interval`.

A higher value reduces the number of index bundle uploads, but increases the
number of mail downloads to fill the caches after a backend crash.


.. dovecot_plugin:setting:: obox_no_pop3_backend_uidls
Expand Down

0 comments on commit 5f05791

Please sign in to comment.