You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I definitely don't get this on my Linux machine, but maybe it would be good to add a CURLOPT_TIMEOUT option (and perhaps expose this in the CLI options too)? I don't know yet if that will solve this issue, but also in this area, if the request fails due to timeout, I think it should retry a few times in a loop.
The text was updated successfully, but these errors were encountered:
I have Grive as a scheduled task via launchctl and sometimes it freezes, forever. Here is a traceback from LLDB:
I think it's this line: https://github.com/vitalif/grive2/blob/master/libgrive/src/http/CurlAgent.cc#L198
I definitely don't get this on my Linux machine, but maybe it would be good to add a
CURLOPT_TIMEOUT
option (and perhaps expose this in the CLI options too)? I don't know yet if that will solve this issue, but also in this area, if the request fails due to timeout, I think it should retry a few times in a loop.The text was updated successfully, but these errors were encountered: