diff options
| author | Craig Jennings <c@cjennings.net> | 2025-11-17 14:11:22 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-11-17 14:11:22 -0600 |
| commit | a51e14e2ae6365e1f342f13d3cd8fefaf87efd24 (patch) | |
| tree | b18da441f2162c3720d0e00acc31f9fd64125e22 /data/calendar-sync-state.el | |
| parent | 0de443c68765351232f2b0654de8e1736b363d63 (diff) | |
| download | dotemacs-a51e14e2ae6365e1f342f13d3cd8fefaf87efd24.tar.gz dotemacs-a51e14e2ae6365e1f342f13d3cd8fefaf87efd24.zip | |
fix: increase calendar-sync curl timeout from 10 to 30 seconds
10-second timeout was too aggressive for slower networks or delayed
Google servers. Increased to 30 seconds to prevent timeout errors
while still preventing indefinite hangs.
Diffstat (limited to 'data/calendar-sync-state.el')
| -rw-r--r-- | data/calendar-sync-state.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/calendar-sync-state.el b/data/calendar-sync-state.el index 212d263fc..94a97335f 100644 --- a/data/calendar-sync-state.el +++ b/data/calendar-sync-state.el @@ -1 +1 @@ -((timezone-offset . -21600) (last-sync-time 26907 11916 548312 735000))
\ No newline at end of file +((timezone-offset . -21600) (last-sync-time 26907 31435 350387 212000))
\ No newline at end of file |
