I am trying to figure out the right settings for below values in php.ini. I looked up on many sites and got divided opinions on these. I am running php 7.1 and has allowed image uploads up to 100MB in size. The site is working fine, but just what to make sure I am using the correct settings. My current settings are as follows.
	
	
	
		
Anyone able to provide any input on this?
				
			
		Code:
	
	max_execution_time = 60
max_input_time = 120
memory_limit = 512M
post_max_size = 200M
upload_max_filesize = 200M
max_file_uploads = 500Anyone able to provide any input on this?
