diff options
Diffstat (limited to 'defaults.toml')
-rw-r--r-- | defaults.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/defaults.toml b/defaults.toml index 6285de0..66eb69d 100644 --- a/defaults.toml +++ b/defaults.toml @@ -60,6 +60,8 @@ x-frame-options = 'DENY' # Settings for the import job [Importer] +# Use less memory at the expense of import performance +LowMemory = false # Abort fetch and import process for all jobs if it takes longer than this value. Timeout = '30m0s' # Local time of day to run fetch/import process |