Commit 4db5e88af59a

Vincent Demeester <vincent@sbr.pm>
2020-01-03 16:25:09
mails.nix: add Timeout and PipelineDepth options to mbsync
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent dacaf72
Changed files (1)
modules
profiles
modules/profiles/mails.nix
@@ -44,6 +44,10 @@ accounts.email = {
           channel = {
             Sync = "All";
           };
+          account = {
+            Timeout = 120;
+            PipelineDepth = 1;
+          };
         };
       };
       notmuch.enable = true;
@@ -67,6 +71,10 @@ accounts.email = {
           channel = {
             Sync = "All";
           };
+          account = {
+            Timeout = 120;
+            PipelineDepth = 1;
+          };
         };
       };
       notmuch.enable = true;