Skip to content

Commit

Permalink
Removing unused memory limit in htaccess
Browse files Browse the repository at this point in the history
  • Loading branch information
steverobbins committed Jun 1, 2015
1 parent 20f95d6 commit 6612369
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
############################################
## adjust memory limit

# php_value memory_limit 64M
php_value memory_limit 768M
php_value max_execution_time 18000

Expand Down
1 change: 0 additions & 1 deletion pub/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
############################################
## adjust memory limit

# php_value memory_limit 64M
php_value memory_limit 256M
php_value max_execution_time 18000

Expand Down

0 comments on commit 6612369

Please sign in to comment.