Skip to content

Commit f79647b

Browse files
committed
contrib/systemd: extend timeout to 3 mins
Some people may have mixes of many servers and/or slow connections, and we'd rather not break for them. Signed-off-by: Oleksandr Natalenko <[email protected]>
1 parent 1de3632 commit f79647b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/vdirsyncer.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ Documentation=https://vdirsyncer.readthedocs.org/
44

55
[Service]
66
ExecStart=/usr/bin/vdirsyncer sync
7-
RuntimeMaxSec=30s
7+
RuntimeMaxSec=3m
88
Restart=on-failure

0 commit comments

Comments
 (0)