1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-19 19:10:54 +00:00

Generate documentation

This commit is contained in:
Github Actions 2024-12-15 11:59:55 +00:00
parent 546133fd60
commit 94a2677ac3

View file

@ -1149,6 +1149,16 @@ present</p>
<p>Note: use only on single-instance setup, will break consistency with <p>Note: use only on single-instance setup, will break consistency with
client in multi-instance setup</p> client in multi-instance setup</p>
</section> </section>
<section class="level5" id="use_mtime_and_size_for_item_cache">
<h5>use_mtime_and_size_for_item_cache <a class="headerlink" href="#use_mtime_and_size_for_item_cache">&para;</a></h5>
<p>Use last modifiction time (nanoseconds) and size (bytes) for 'item'
cache instead of SHA256 (improves speed)</p>
<p>Default: <code>False</code></p>
<p>Note: check used filesystem mtime precision before enabling</p>
<p>Note: conversion is done on access, bulk conversion can be done
offline using storage verification option
<code>radicale --verify-storage</code></p>
</section>
<section class="level5" id="folder_umask"> <section class="level5" id="folder_umask">
<h5>folder_umask <a class="headerlink" href="#folder_umask">&para;</a></h5> <h5>folder_umask <a class="headerlink" href="#folder_umask">&para;</a></h5>
<p>Use configured umask for folder creation (not applicable for OS <p>Use configured umask for folder creation (not applicable for OS
@ -1257,9 +1267,9 @@ books and calendars.</p>
<p>Log rights rule which doesn't match on level=debug</p> <p>Log rights rule which doesn't match on level=debug</p>
<p>Default: <code>False</code></p> <p>Default: <code>False</code></p>
</section> </section>
<section class="level5" id="storage_cache_actions"> <section class="level5" id="storage_cache_actions_on_debug">
<h5>#storage_cache_actions <a class="headerlink" href="#storage_cache_actions">&para;</a></h5> <h5>storage_cache_actions_on_debug <a class="headerlink" href="#storage_cache_actions_on_debug">&para;</a></h5>
<p>Log storage cache actions</p> <p>Log storage cache actions on level=debug</p>
<p>Default: <code>False</code></p> <p>Default: <code>False</code></p>
</section> </section>
</section> </section>