Add environment variable to make the amount of php-workers configurable (#1588)

* Add environment variable to make the amount of php-workers configurable

* Add ADDITIONAL_MEDIA_SYNC_WORKER_COUNT env var to azuracast.env
This commit is contained in:
Vaalyn 2019-05-25 17:14:00 +02:00 committed by Buster "Silver Eagle" Neece
parent 56f9cbabb5
commit f79736ba87
1 changed files with 6 additions and 0 deletions

View File

@ -61,3 +61,9 @@ MYSQL_RANDOM_ROOT_PASSWORD=yes
# PHP's maximum memory limit.
# PHP_MEMORY_LIMIT=128M
# Create additional media sync worker processes.
# This setting can be used to increase the performance of the media sync process
# by creating additional worker processes to consume messages
# Default: 0
# ADDITIONAL_MEDIA_SYNC_WORKER_COUNT=0