mirror of
https://github.com/N0rthernL1ghts/wordpress.git
synced 2025-12-12 23:22:40 +01:00
Rename to CONCURRENCY_LIMIT to WP_PLUGINS_INSTALL_CONCURRENCY and set default value to 5
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user