diff options
-rw-r--r-- | lib/App/BorgRestore/Settings.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/App/BorgRestore/Settings.pm b/lib/App/BorgRestore/Settings.pm index aef01a3..e0979cb 100644 --- a/lib/App/BorgRestore/Settings.pm +++ b/lib/App/BorgRestore/Settings.pm @@ -93,7 +93,7 @@ the disk too much. ); $sqlite_cache_size = 2097152; -1; #ensure positive return value + 1; #ensure positive return value =head1 LICENSE |