Archived
1
0

Fix set_workers

This commit is contained in:
Mercier Pierre-Olivier 2013-12-05 06:48:42 +01:00
parent 874c6bc482
commit 4482f47eec

View File

@ -16,6 +16,6 @@ cat <<EOF | gearman -h gearmand-srv -p 4730 -f moulette_get
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<process> <process>
<param name="type">set_workers</param> <param name="type">set_workers</param>
<param name="nb">$1</param> <param name="to">$1</param>
</process> </process>
EOF EOF