mirror of
https://github.com/openresty/openresty
synced 2024-11-09 18:35:51 +01:00
bugfix:tarballs add privileged agent threadpool (#848)
This commit is contained in:
parent
d0a77980eb
commit
0d3f8f0a0b
@ -133,6 +133,13 @@ if [ "$answer" = "Y" ]; then
|
|||||||
echo
|
echo
|
||||||
fi
|
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`
|
answer=`$root/util/ver-ge "$main_ver" 1.11.2`
|
||||||
if [ "$answer" = "Y" ]; then
|
if [ "$answer" = "Y" ]; then
|
||||||
echo "$info_txt applying the single-process-graceful-exit patch"
|
echo "$info_txt applying the single-process-graceful-exit patch"
|
||||||
|
Loading…
Reference in New Issue
Block a user