Last active
June 25, 2024 03:53
-
-
Save GrennKren/8608d655837584ccee9bc2982d1dfa35 to your computer and use it in GitHub Desktop.
Owncloud - Sync Problem in Owncloud Client
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1) HTTP_OC_CHUCKED OC_Chunked header "is allowed only in webdav endpoint owncloud". | |
This happen when after set env OWNCLOUD_CHUNKING_NG=0 ? | |
revert that OWNCLOUD_CHUNKING_NG to OWNCLOUD_CHUNKING_NG=1 or just remove it. | |
2) Connection Closed | |
Only works for files below 100mb? | |
set environment variable OWNCLOUD_MAX_CHUNK_SIZE | |
e.g : | |
OWNCLOUD_MAX_CHUNK_SIZE=10737418240 ; for 10GB (default 100000000 or 100MB) | |
https://doc.owncloud.com/desktop/next/advanced_usage/environment_variables.html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment