Advertisement
Guest User

patch40-7-1.diff

a guest
Jan 26th, 2021
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.82 KB | None | 0 0
  1. diff --git a/libdeja/tools/duplicity/DuplicityJob.vala b/libdeja/tools/duplicity/DuplicityJob.vala
  2. index a229e8b0..bb6f77fe 100644
  3. --- a/libdeja/tools/duplicity/DuplicityJob.vala
  4. +++ b/libdeja/tools/duplicity/DuplicityJob.vala
  5. @@ -1399,9 +1399,9 @@ internal class DuplicityJob : DejaDup.ToolJob
  6.      if (DejaDup.in_testing_mode())
  7.        return 1;
  8.      else if (backend.is_native())
  9. -      return 50;
  10. +      return 500;
  11.      else
  12. -      return 25;
  13. +      return 250;
  14.    }
  15.  
  16.    void disconnect_inst()
  17. diff --git a/meson.build b/meson.build
  18. index 266d7a36..fed8434d 100644
  19. --- a/meson.build
  20. +++ b/meson.build
  21. @@ -4,7 +4,7 @@
  22.  # SPDX-FileCopyrightText: Michael Terry
  23.  
  24.  project('deja-dup', ['vala', 'c'],
  25. -    version: '40.7',
  26. +    version: '40.7.1',
  27.      license: 'GPL-3.0-or-later',
  28.      meson_version: '>= 0.47')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement