Skip to content

Commit 1772bc2

Browse files
committed
improve: increase post_max_size to 100M and add max_input_vars setting in cslant.php.ini
1 parent 8681ebf commit 1772bc2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

php84/cslant.php.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ log_errors=On
44

55
memory_limit = -1
66
upload_max_filesize = 200M
7-
post_max_size = 20M
7+
post_max_size = 100M
8+
max_input_vars = 10000
89
max_execution_time=600
910
default_socket_timeout=3600
1011
request_terminate_timeout=600

0 commit comments

Comments
 (0)