Replies: 1 comment 2 replies
-
Hi, could you share your client log? Either here or to [email protected]. Thanks. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm setting up a new desktop client on a new computer. However, I noticed that the initial syncing process takes forever to finish. The outstanding change count is stuck on 1000+ with no network activity.
Initially, I suspected that Nginx was closing the connection prematurely since the connection stalled after about 3 minutes after the initial handshake. But there is nothing unusual in the access log and the error log. Setting
proxy_read_timeout
,proxy_send_timeout
both to1d
has no effect. The connection still stalls after about 3 minutes.Firewall configurations seemed normal. There is no rule on closing a long-running connection. (I don't think
firewalld
has such an ability.)Examining Trilium's server log yielded no result. It seems that the client could talk with the server but the connection just stalls for no apparent reason.
I also tested if my VPS provider would interfere with large file transmissions. Downloading a 100MiB test file via SSH and
serve
directly on port 80/443 all seemed fine.Is there any pointer to further diagnose this issue?
Beta Was this translation helpful? Give feedback.
All reactions