mirror of
https://github.com/N0rthernL1ghts/wordpress.git
synced 2025-02-04 12:22:50 +01:00
Rename to CONCURRENCY_LIMIT to WP_PLUGINS_INSTALL_CONCURRENCY and set default value to 5
This commit is contained in:
parent
47ba7873f1
commit
53ab34b35e
|
@ -75,7 +75,7 @@ function main() {
|
||||||
export WP_PLUGINS_PATH START_PROCESS
|
export WP_PLUGINS_PATH START_PROCESS
|
||||||
touch "${WP_PLUGINS_PATH}/.installer-lock"
|
touch "${WP_PLUGINS_PATH}/.installer-lock"
|
||||||
|
|
||||||
CONCURRENCY_LIMIT="${CONCURRENCY_LIMIT:-4}"
|
CONCURRENCY_LIMIT="${WP_PLUGINS_INSTALL_CONCURRENCY:-5}"
|
||||||
|
|
||||||
echo "> Automated WordPress Plugin Installer"
|
echo "> Automated WordPress Plugin Installer"
|
||||||
if [ -z "${PLUGIN_LIST}" ]; then
|
if [ -z "${PLUGIN_LIST}" ]; then
|
||||||
|
|
Loading…
Reference in New Issue
Block a user