Dolphin Installation Cron Job Settings

After installing Dolphin the following setting should be changed from the default installation. 

The default cron timing should be something like

Code
*/15 * * * *

Instead of

Code
* * * * *

Because running the cron every minute will cause high resource usage on server since Dolphin is a heavy script. And most end users will leave the cron setting to the default one.

  • 0 Users Found This Useful
Was this answer helpful?