summaryrefslogtreecommitdiffstats
path: root/lib/App/BorgRestore/Settings.pm
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2018-08-02 14:23:37 +0200
committerFlorian Pritz <bluewind@xinu.at>2018-08-02 14:23:41 +0200
commit666aac46090e6484d8866d477bb5eceafb4ef3f8 (patch)
treed35d6eba071e64293e9367d053c0ee1e58b31e53 /lib/App/BorgRestore/Settings.pm
parent84d8ca4dd7f008abdb4ca59ccfb416fe820a5753 (diff)
downloadApp-BorgRestore-666aac46090e6484d8866d477bb5eceafb4ef3f8.tar.gz
App-BorgRestore-666aac46090e6484d8866d477bb5eceafb4ef3f8.tar.xz
Remove sqlite cache size warning
The original performance problem on my machine doesn't seem to be reproducable any more so maybe either sqlite got smarter or it was something else entirely. Move the warning to DEBUG and soften the documentation. If it still helps people can use it, but we don't have to annoy them if it doesn't. Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'lib/App/BorgRestore/Settings.pm')
-rw-r--r--lib/App/BorgRestore/Settings.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/App/BorgRestore/Settings.pm b/lib/App/BorgRestore/Settings.pm
index e0979cb..faad58f 100644
--- a/lib/App/BorgRestore/Settings.pm
+++ b/lib/App/BorgRestore/Settings.pm
@@ -75,9 +75,9 @@ If you create a backup of /home/user only, you will need to use the following:
Default: 102400
-The size of the in-memory cache of sqlite in kibibytes. This should be large
-enough to fit the database so that adding new backup data does not need to use
-the disk too much.
+The size of the in-memory cache of sqlite in kibibytes. Increasing this may
+reduce disk IO and improve performance on certain systems when updating the
+cache.
=back