Skip to content

Commit faee0bf

Browse files
committed
Set slowlog timeout to 30s
1 parent 3d6a751 commit faee0bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/main/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ catch_workers_output = yes
6666
6767
access.log = /tmp/php.access.log
6868
slowlog = /tmp/php.slow.log
69-
request_slowlog_timeout = 10s
69+
request_slowlog_timeout = 30s
7070
7171
php_admin_value[error_log] = /tmp/php.error.log
7272
php_admin_flag[log_errors] = on

0 commit comments

Comments
 (0)