Server Load
I'm getting timeout errors trying to reach my server in the browser, maybe due to connecting to a number of people on Mastodon after they came there from twitter, or maybe due to being on shared hosting.
Anyway I looked into the crontab to see if I can change anything for the better and I ran into a line I do not find in the help files in the server install part, so I guess this is deprecated?
The following line:
*/10 * * * * cd /var/www/virtual/dbzilla/html; /usr/bin/php Zotlabs/Daemon/Master.php Cron 2>&1
Is the line (still) necessary? Could I reduce server load in having it run more or less often? Anyone with experience there?