Adding the cheaper_busyness plugin
This commit is contained in:
parent
dff9522ddf
commit
ee4151c79e
@ -15,6 +15,7 @@ plugins = airbrake,
|
||||
cache,
|
||||
carbon,
|
||||
cgi,
|
||||
cheaper_busyness,
|
||||
cplusplus,
|
||||
curl_cron,
|
||||
dumbloop,
|
||||
|
11
uwsgi.spec
11
uwsgi.spec
@ -537,6 +537,14 @@ This package contains the coroae plugin for uWSGI
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%package -n %{name}-plugin-cheaper-busyness
|
||||
Summary: uWSGI - Plugin for Cheaper Busyness algos
|
||||
Group: System Environment/Daemons
|
||||
Requires: %{name}-plugin-common = %{version}-%{release}
|
||||
|
||||
%description -n %{name}-plugin-cheaper-busyness
|
||||
This package contains the cheaper_busyness plugin for uWSGI
|
||||
|
||||
%package -n %{name}-plugin-cplusplus
|
||||
Summary: uWSGI - Plugin for C++ support
|
||||
Group: System Environment/Daemons
|
||||
@ -1444,6 +1452,9 @@ fi
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%files -n %{name}-plugin-cheaper-busyness
|
||||
%{_libdir}/%{name}/cheaper_busyness_plugin.so
|
||||
|
||||
%files -n %{name}-plugin-cplusplus
|
||||
%{_libdir}/%{name}/cplusplus_plugin.so
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user