Is changing cron interval a good idea?

Discussion in 'General' started by key, Aug 19, 2013.

  1. key

    key New Member

    Hello.

    I have many users in a server, so Apache's reload causes high load.

    For this reason, I'd like to reduce the number of times "server/server.sh" is executed.

    Is changing this cron interval to every ten minutes a good idea?

    If not, what kind of problems dose this cause?


    Thank you.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    As long as you use a number of minutes that can be divided by 5, there should be no problem. So 10 minutes is ok. Just all config actions will get delayed and the monitor will show delayed results.
     
  3. key

    key New Member

    Thank you so much, Till.

    It works fine.
     

Share This Page