diff options
author | Florian Pritz <bluewind@xinu.at> | 2018-09-13 23:46:31 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2018-09-13 23:46:31 +0200 |
commit | d9edd65b1f66d64d28a99f8e8a060f1a552b27fd (patch) | |
tree | 746719a3e963b7b4656e366a9ea959ed94fbd2ea /Changes | |
parent | 702569bd10feca3f32e1b0740a24de39210b9331 (diff) | |
download | App-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-- | Changes | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |