From d9edd65b1f66d64d28a99f8e8a060f1a552b27fd Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Thu, 13 Sep 2018 23:46:31 +0200 Subject: Change prepare_data_in_memory default to 0 to enable direct-to-db Also instantly deprecate the option since it is only a short term fix in case someone notices problems with the new code. Signed-off-by: Florian Pritz --- Changes | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Changes') diff --git a/Changes b/Changes index a7d4b7b..bd95acb 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,10 @@ Revision history for Perl extension App-BorgRestore {{$NEXT}} + - Write data directly to DB instead of preparing it in memory first. The + new algorithm should be faster and uses constant memory. If you want the + old one back for any reason look at the '$prepare_data_in_memory' config + option. This option is deprecated and will be removed in the future. 3.1.0 2018-08-25T09:46:27Z - Add --json option -- cgit v1.2.3-24-g4f1b