Merge pull request #66 from ONLYOFFICE/fix/cron-parameters

Fix for the documentsCron and filesCron parameters
This commit is contained in:
Svetlana Maleeva 2024-05-03 16:59:29 +03:00 committed by GitHub
commit f46a08b065
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2074,7 +2074,7 @@
</tr>
<tr>
<td><div class="copy-link" id="services-CoAuthoring-expire-documentsCron"><code>services.CoAuthoring.expire.documentsCron</code></div></td>
<td>Defines the time for starting check, during which old files are deleted from the cache (every two hours by default).</td>
<td>Defines the time for starting check, during which old files are deleted from the cache (every two minutes by default).</td>
<td>string</td>
<td><code>"0 */2 * * * *"</code></td>
</tr>
@ -2086,7 +2086,7 @@
</tr>
<tr>
<td><div class="copy-link" id="services-CoAuthoring-expire-filesCron"><code>services.CoAuthoring.expire.filesCron</code></div></td>
<td>Defines the time for check starting (every day at midnight by default).</td>
<td>Defines the time for check starting (every hour by default).</td>
<td>string</td>
<td><code>"00 00 */1 * * *"</code></td>
</tr>