Skip to content

Commit

Permalink
change cron to 5 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
enoch85 authored Sep 1, 2019
1 parent f457efe commit cf133de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nextcloud_install_production.sh
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ sleep 3
echo

# Prepare cron.php to be run every 15 minutes
crontab -u www-data -l | { cat; echo "*/15 * * * * php -f $NCPATH/cron.php > /dev/null 2>&1"; } | crontab -u www-data -
crontab -u www-data -l | { cat; echo "*/5 * * * * php -f $NCPATH/cron.php > /dev/null 2>&1"; } | crontab -u www-data -

# Change values in php.ini (increase max file size)
# max_execution_time
Expand Down

0 comments on commit cf133de

Please sign in to comment.