Skip to content

Instantly share code, notes, and snippets.

@kwcjr
Created November 20, 2022 16:47
Show Gist options
  • Save kwcjr/73cfb7f226cdba9554022a2efd482d7f to your computer and use it in GitHub Desktop.
Save kwcjr/73cfb7f226cdba9554022a2efd482d7f to your computer and use it in GitHub Desktop.
Set WordPress Timeout & cURL Timeout PHP Variables.
define( 'WP_MEMORY_LIMIT', '128M' );
ini_set("default_socket_timeout", 600);
/* That's all, stop editing! Happy blogging. */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment