From 40de7e05bc4e950db83d4276826bf5fef8d16023 Mon Sep 17 00:00:00 2001 From: Nigel Bahadur Date: Wed, 18 Apr 2018 18:31:06 -0500 Subject: [PATCH] Formatting changes for readme. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c09c5d0..eba30f5 100755 --- a/README.md +++ b/README.md @@ -139,8 +139,8 @@ Follow these steps to import your tickets: When importing a large volume of tickets you will want to make sure that your WordPress configuration and PHP configuration files are set up to use a larger amount of memory and to allow script execution to run longer.  If you are using a third party host you might need to speak with them to get your memory and execution times temporarily lifted. If you do have control over your own server, two settings to temporarily change would be the following: -memory_limit = -1 -max_execution_time = 0 +* memory_limit = -1 +* max_execution_time = 0 This effectively allows PHP to use all available memory and to run as long as necessary