Scenario:
1. Using desktop app on linux (Fedora 29) that I built myself
2. Syncing to self-hosted server (also linux on Fedora 29) that uses Nginx as the webserver go-between managing the traffic (instead of connecting directly to the Turl server).
3. Traffic is SSL encrypted via Let's Encrypt
4. ...and I also attempted with direct connection to the IP:8181 via non-ssl'ed http
Problem:
Timeouts on large files.
I don't know what the size of the file is that times out... but 55M for example does. 8M did not.
Question: I'm (desktop) on a slow (relative) broadband connection. But it is reliable. The server is running in the cloud on blazing fast internet. Is there a timeout setting somewhere that I can tell the Turtl Server to honor?
Related question: I have to view debug logs on the client side to see what's going on over the API. Is there a way to do that serverside?
Related question #2: What does "Frozen" mean in the context of a sync'ed item?
RFE: If I elect to attempt to "Unfreeze" something, there needs to be some kind of UI feedback that I actually did something.
Thanks!
-t0dd