add setting to control cleanup

This commit is contained in:
Alexander Pankratov 2019-06-22 20:07:17 +03:00
parent 3b2fb46659
commit 47fa1f0176
1 changed files with 4 additions and 0 deletions

View File

@ -411,6 +411,10 @@ Serialization settings
Default: 30
Description: Serialization will be made automatically every N seconds
### `$settings['serialization']['cleanup_before_serialization']`
Default: false
Description: Remove data from internal database to cleanup memory and reduce *.madeline file size
<hr>