Skip to content

Commit 40de7e0

Browse files
committed
Formatting changes for readme.
1 parent daf4ba0 commit 40de7e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@ Follow these steps to import your tickets:
139139
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.
140140
If you do have control over your own server, two settings to temporarily change would be the following:
141141

142-
memory_limit = -1
143-
max_execution_time = 0
142+
* memory_limit = -1
143+
* max_execution_time = 0
144144

145145
This effectively allows PHP to use all available memory and to run as long as necessary
146146

0 commit comments

Comments
 (0)