; Z-Push runtime tuning. EAS Ping requests are long-poll (Z-Push's own ; SCRIPT_TIMEOUT handles per-command limits) and Sync payloads can carry ; attachments, hence the raised execution time and body sizes. memory_limit = 256M max_execution_time = 900 post_max_size = 32M upload_max_filesize = 32M log_errors = On error_log = /dev/stderr display_errors = Off expose_php = Off