Skip to content

Commit c06accc

Browse files
committed
Merge pull request #1330 from steverobbins/feature/htaccess
Removing unused memory limit in htaccess
2 parents 6c44424 + 6612369 commit c06accc

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.htaccess

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
############################################
3737
## adjust memory limit
3838

39-
# php_value memory_limit 64M
4039
php_value memory_limit 768M
4140
php_value max_execution_time 18000
4241

pub/.htaccess

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
############################################
3737
## adjust memory limit
3838

39-
# php_value memory_limit 64M
4039
php_value memory_limit 256M
4140
php_value max_execution_time 18000
4241

0 commit comments

Comments
 (0)