Any way to force chunking for uploads made from the web client?

The grep commands result in no output at all in terminal :

I am using linuxserver’s docker image, the docker is up to date and my Nextcloud install is on version 24.0.8. My system is ruinning Unraid 6.11.1

I couldn’t find anything containig release in /etc/ however, i retried using the command for setting chunk size but removed the first bit “sudo -u www-data php” :

occ config:app:set files max_chunk_size --value 20971520

And this worked, i got a confirmation that chunk size was modified… Not really sure what to make of this.

Nevertheless, i tested transferring a few big files but at first transfers would fail generally around 1.2GB. I tested different chunk sizes and weirdly enough, by changing the chunk size to 200MB (which should have been beyond cloudflare’s limit) it worked and i was able to upload a 2.6GB file through the web client.

I’ll be doing more testing to see how stable that is or if that was just a one off, but it seems that the issue might not have been what i thought originally.