Longer timeout on the poller
This commit is contained in:
parent
52e20dd8c4
commit
97203e4143
|
@ -9144,7 +9144,7 @@ quit" > $INSTALL_DIR/batch.sql
|
|||
shred -zu $INSTALL_DIR/batch.sql
|
||||
|
||||
if ! grep -q "/var/www/$HUBZILLA_DOMAIN_NAME/htdocs" /etc/crontab; then
|
||||
echo "12,22,32,42,52 * * * * root cd /var/www/$HUBZILLA_DOMAIN_NAME/htdocs; /usr/bin/timeout 240 /usr/bin/php include/poller.php" >> /etc/crontab
|
||||
echo "12,22,32,42,52 * * * * root cd /var/www/$HUBZILLA_DOMAIN_NAME/htdocs; /usr/bin/timeout 500 /usr/bin/php include/poller.php" >> /etc/crontab
|
||||
fi
|
||||
|
||||
# update the dynamic DNS
|
||||
|
|
Loading…
Reference in New Issue