From a300da21ef7d4481b3b573fdc843463aef6000b0 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Mon, 17 Nov 2025 14:11:22 -0600 Subject: 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. --- data/calendar-sync-state.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/calendar-sync-state.el') diff --git a/data/calendar-sync-state.el b/data/calendar-sync-state.el index 212d263f..94a97335 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 -- cgit v1.2.3