Skip to content

Commit 684ed77

Browse files
author
csavelief
committed
Set max_execution_time to 60 seconds
1 parent 0e07c4e commit 684ed77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

towerify/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ RUN install-php-extensions \
8080
RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini"
8181

8282
# Max execution time (default=30)
83-
RUN echo "max_execution_time=15" > $PHP_INI_DIR/conf.d/max-execution-time.ini
83+
RUN echo "max_execution_time=60" > $PHP_INI_DIR/conf.d/max-execution-time.ini
8484
# Memory Limit (default=128M)
8585
RUN echo "memory_limit=4096M" > $PHP_INI_DIR/conf.d/max-limit.ini
8686
# POST max size (default=8M)

0 commit comments

Comments
 (0)