post_max_filesize -> post_max_size
Some checks failed
Docker / build (push) Has been cancelled

This commit is contained in:
yuriko 🦊 2025-07-02 13:21:45 -04:00
parent b4d83e9a29
commit c7c621b086
Signed by: jaiden
SSH key fingerprint: SHA256:f8tvveBoXBrKZIQDWLLcpQrKbATUCGg98x2N4YzkDM8

View file

@ -1,4 +1,4 @@
upload_max_filesize = 100M upload_max_filesize = 100M
post_max_filesize = 128M post_max_size = 128M
memory_limit = 1G memory_limit = 1G
max_execution_time = 120 max_execution_time = 120