Raise audio upload limit to 2 GB per file.

Update validation, dropzone checks, Docker PHP ini, and docs so multi-hour recordings can be uploaded.
This commit is contained in:
ben
2026-08-12 17:42:55 +02:00
parent 771ee8db5a
commit e81a27cb8f
8 changed files with 63 additions and 7 deletions
+6
View File
@@ -0,0 +1,6 @@
; PHP limits for large pocket-recorder uploads (up to 2 GB per file).
upload_max_filesize = 2G
post_max_size = 10G
memory_limit = 512M
max_execution_time = 3600
max_input_time = 3600