Commit e3b728f
fix(daemon): gate dolt-backup patrol behind darwin check
The dolt-backup patrol uses iCloud Drive for offsite sync, which only
exists on macOS. On Linux this generates HIGH priority escalation spam
every ~15 minutes. Gate behind runtime.GOOS == "darwin".
Based on PR #3041 (quad341) — extracted the 3-line fix from a larger
kitchen-sink PR.
Co-Authored-By: quad341 <noreply@users.github.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 2593498 commit e3b728f
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
35 | 41 | | |
36 | 42 | | |
37 | 43 | | |
| |||
0 commit comments