Skip to content

Commit 1f45843

Browse files
Merge pull request #130 from MaddyGuthridge/maddy-upload-fix
Somewhat fix issue when uploading large files
2 parents 959decf + b60b5a9 commit 1f45843

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docker-compose.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,6 @@ services:
2929
PRIVATE_DATA_PATH: "/private_data"
3030
HOST: 0.0.0.0
3131
PORT: 3000
32+
# Request body has max size of 10 MB. Adjust as needed
33+
# https://svelte.dev/docs/kit/adapter-node#Environment-variables-BODY_SIZE_LIMIT
34+
BODY_SIZE_LIMIT: 10M

0 commit comments

Comments
 (0)