bugfix:tarballs add privileged agent threadpool

This commit is contained in:
fesily 2022-07-15 11:30:24 +08:00
parent d0a77980eb
commit 82e1360c90
1 changed files with 7 additions and 0 deletions

View File

@ -133,6 +133,13 @@ if [ "$answer" = "Y" ]; then
echo
fi
answer=`$root/util/ver-ge "$main_ver" 1.21.4`
if [ "$answer" = "Y" ]; then
echo "$info_txt applying the privileged_agent_process_thread_pool patch"
patch -p1 < $root/patches/nginx-$main_ver-privileged_agent_process_thread_pool.patch || exit 1
echo
fi
answer=`$root/util/ver-ge "$main_ver" 1.11.2`
if [ "$answer" = "Y" ]; then
echo "$info_txt applying the single-process-graceful-exit patch"