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:
@@ -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
|
||||
Reference in New Issue
Block a user