Skip to content

Commit

Permalink
remove caldav server timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
alainm23 committed Jan 31, 2024
1 parent f30ab6a commit 2c17785
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/Services/CalDAV.vala
Original file line number Diff line number Diff line change
Expand Up @@ -870,8 +870,8 @@ public class Services.CalDAV : GLib.Object {
// }

// Remove server_timeout
// Source.remove (server_timeout);
// server_timeout = 0;
Source.remove (server_timeout);
server_timeout = 0;

log_out ();
}
Expand Down

0 comments on commit 2c17785

Please sign in to comment.