summaryrefslogtreecommitdiffstats
path: root/Changes
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2018-09-13 23:46:31 +0200
committerFlorian Pritz <bluewind@xinu.at>2018-09-13 23:46:31 +0200
commitd9edd65b1f66d64d28a99f8e8a060f1a552b27fd (patch)
tree746719a3e963b7b4656e366a9ea959ed94fbd2ea /Changes
parent702569bd10feca3f32e1b0740a24de39210b9331 (diff)
downloadApp-BorgRestore-d9edd65b1f66d64d28a99f8e8a060f1a552b27fd.tar.gz
App-BorgRestore-d9edd65b1f66d64d28a99f8e8a060f1a552b27fd.tar.xz
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 <bluewind@xinu.at>
Diffstat (limited to 'Changes')
-rw-r--r--Changes4
1 files changed, 4 insertions, 0 deletions
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