Skip to content
Snippets Groups Projects
Verified Commit 167b2240 authored by David Beniamine's avatar David Beniamine
Browse files

Increase max_input_vars and other constants

parent 11617681
Branches
No related tags found
No related merge requests found
......@@ -2,6 +2,10 @@ error_reporting = E_ALL
display_errors = On
display_startup_errors = On
session.gc_maxlifetime=25200
max_execution_time = 1000;
max_input_time = -1 ;
memory_limit = 1024M;
max_input_vars = 100000;
[xdebug]
xdebug.client_port=9000
xdebug.mode=debug
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment