Skip to main content

Disable automatic bandwidth suspensions - weekend

Comments

3 comments

  • cPanelMichael
    Hello, There is no feature that will allow you to enable to disable the "Bandwidth limit check" setting based on date or time. I encourage you to open a feature request if you'd like to see this functionality added to the product: Submit A Feature Request Thank you.
    0
  • muriel6060
    Hi Michael, But is there a way to disable the "automatic bandwidth suspensions" in Tweak Settings and call this script by crontab only weekdays?
    0
  • cPanelMichael
    Hello, Yes, you could setup a root cron job that runs the following command to disable the bandwidth limit checking feature:
    whmapi1 set_tweaksetting key=skipbwlimitcheck value=1
    Then, to enable the checking again, setup a cron job that uses this command:
    whmapi1 set_tweaksetting key=skipbwlimitcheck value=0
    Thank you.
    0

Please sign in to leave a comment.