Skip to content

Commit

Permalink
Merge pull request #1330 from steverobbins/feature/htaccess
Browse files Browse the repository at this point in the history
Removing unused memory limit in htaccess
  • Loading branch information
vpelipenko committed Jun 3, 2015
2 parents 6c44424 + 6612369 commit c06accc
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 c06accc

Please sign in to comment.