diff options
| author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2017-01-06 15:37:36 +0100 |
|---|---|---|
| committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2017-01-06 15:37:36 +0100 |
| commit | 304e007de947298c38ca9e1140c8bed358316ebf (patch) | |
| tree | 87e94292284757408ce4889ca1ac088568394bc2 | |
| parent | 12a4e8f94f851d4511200afe2765fc515769744e (diff) | |
| download | nixos-304e007de947298c38ca9e1140c8bed358316ebf.tar nixos-304e007de947298c38ca9e1140c8bed358316ebf.tar.gz nixos-304e007de947298c38ca9e1140c8bed358316ebf.tar.bz2 nixos-304e007de947298c38ca9e1140c8bed358316ebf.tar.xz nixos-304e007de947298c38ca9e1140c8bed358316ebf.zip | |
Extend retry window to 1 day
| -rw-r--r-- | ymir.nix | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -541,7 +541,7 @@ in rec { | |||
| 541 | delay = 60; | 541 | delay = 60; |
| 542 | autoWhitelist = 1; | 542 | autoWhitelist = 1; |
| 543 | maxAge = 7; | 543 | maxAge = 7; |
| 544 | retryWindow = "1h"; | 544 | retryWindow = 1; |
| 545 | }; | 545 | }; |
| 546 | 546 | ||
| 547 | services.dovecot2 = { | 547 | services.dovecot2 = { |
