diff options
author | Vikas Kushwaha <dev@vikas.rocks> | 2025-06-01 20:48:49 +0530 |
---|---|---|
committer | Vikas Kushwaha <dev@vikas.rocks> | 2025-06-01 20:48:49 +0530 |
commit | 132ec769505533c24bd06f6604913fdc1db6fe35 (patch) | |
tree | c21a0f93fad8f12b3901ea21a2024a9df2e1622b /.local/bin/shorts/mailsyncd | |
parent | 0d397e4d3d204a1e016c0863815f0b5dc516c46b (diff) |
git updates
Diffstat (limited to '.local/bin/shorts/mailsyncd')
-rwxr-xr-x | .local/bin/shorts/mailsyncd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/shorts/mailsyncd b/.local/bin/shorts/mailsyncd index 4b51c45..fdc132f 100755 --- a/.local/bin/shorts/mailsyncd +++ b/.local/bin/shorts/mailsyncd @@ -2,5 +2,5 @@ while true; do mailsync - sleep 5m + sleep 10m done |