Once in the sftp file find

.htaccess:

then input:

php_value max_input_vars 6000
php_value max_execution_time 6000

 

NOTE: If on GoDaddy Shared WordPress hosting, you need to make a “.user.ini” file and add it to the root directory.

The contents of the file should be:

max_execution_time = 6000;
max_input_vars = 6000;