Hi.
NC Version 26.0.1 Running via Docker on an ARM NAS
Connection via NGINX Reverse Proxy
Fresh Install
Mac Client (OSX 26.1.0) v 3.8.1
I decided it was time to do a fresh install and re-set up NC on the NAS as it had some legacy stuff inn there when I’d made bad decisions earlier.
Set up OK, working well via reverse proxy, good access via browser.
OSX Client seems to be able to sync directories with a relatively small number of files and data - 5MB OK in a folder.
I added an 11MB folder and received a number of “Network Error : 499” for a number of files (not particularly large files to be honest). After an exit of the client and a re-open the client seemed to manage to complete a sync.
I have now added a 120MB folder and the sync seems to be repeatedly failing on files and is not completing.
Since a 499 error seems to be a Client Closes connection I added these lines to the nextcloud.cfg
I’ve checked some of the files where the error is reported and they seem to be visible via the NC Web Client - So I’m not sure what that means.
maxChunkSize=50000000
minChunkSize=1000000
Which was suggested elsewhere.
This is my General section:
[General]
chunkSize=10000000
clientVersion=3.8.1git (build 14890)
confirmExternalStorage=true
isVfsEnabled=false
maxChunkSize=50000000
minChunkSize=1000000
newBigFolderSizeLimit=500
optionalServerNotifications=true
showCallNotifications=true
targetChunkUploadDuration=6000
updateSegment=49
useNewBigFolderSizeLimit=true
Any suggestions as to a possible setting I’m missing somewhere on the NC server?