For Bug Reports
- BookStack Version
solidnerd/bookstack:0.21.0
Expected Behavior
With these settings setup and shown properly in phpinfo():
file_uploads = On
memory_limit = 256M
upload_max_filesize = 256M
post_max_size = 256M
max_execution_time = 600
I expect to be able to upload >100MB file.
Current Behavior
Upload always gets killed after 30s. I've checked the underlying communication and there's nothing there. I suspect the 30s timeout is built in into the client request.
Steps to Reproduce
Try to upload file for which the upload process takes more than 30s.
For Bug Reports
solidnerd/bookstack:0.21.0Expected Behavior
With these settings setup and shown properly in
phpinfo():I expect to be able to upload >100MB file.
Current Behavior
Upload always gets killed after 30s. I've checked the underlying communication and there's nothing there. I suspect the 30s timeout is built in into the client request.
Steps to Reproduce
Try to upload file for which the upload process takes more than 30s.