Process queue and bounces every 2 minutes instead of 5

This commit is contained in:
Daniel Berteaud 2014-07-30 10:24:44 +02:00
parent a0fd9e48e3
commit fd49d5dfa5
1 changed files with 1 additions and 1 deletions

View File

@ -11,5 +11,5 @@ while true; do
exec \
/usr/local/bin/setuidgid www \
/usr/bin/php ./phplist -pprocessqueue \
sleep 300
sleep 120
done