Skip to content

Commit dfc3f8a

Browse files
committed
chore: update php ini
1 parent 1772bc2 commit dfc3f8a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

php84/cslant.php.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ log_errors=On
44

55
memory_limit = -1
66
upload_max_filesize = 200M
7-
post_max_size = 100M
8-
max_input_vars = 10000
9-
max_execution_time=600
7+
post_max_size = 200M
8+
max_input_vars = -1
9+
max_execution_time= 800
1010
default_socket_timeout=3600
1111
request_terminate_timeout=600

0 commit comments

Comments
 (0)