-
-
Notifications
You must be signed in to change notification settings - Fork 170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replication error, document too_large #196
Comments
@PetrusZ |
Hi, here is my config. |
Thank you for the detail! It looks configured by the exponential notation. |
OK, |
I had to change my nginx(webserver) config. something in the synchronization was exceeding the body size(since I got an http 413 error), so I added the client_max_body_size directive: client_max_body_size 200M; |
The largest file in my vault is a picture, and it's 12048 kb.
When I use the default value of
chunk size
, which is 100, livesync always returns error document too_large.But when I set
chuck size
to 50, it successful replicates the vault.The text was updated successfully, but these errors were encountered: