From 63599c719d8e4e09548546bb366a849ef40c602b Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 9 Jun 2024 17:54:57 +0200 Subject: feat: add low-memory mode --- defaults.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'defaults.toml') 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 -- cgit 1.4.1