Currently, there are a few functions that run periodically: reminders and ToC reminders. In the config file, these are set to run every x milliseconds.
There should be a safeguard added that stops these functions from getting run too quickly. This will avoid piling up calls to the database. For example, if the value is not specified in the config file, the function will be set to run every 0 milliseconds - this should not be allowed.
Currently, there are a few functions that run periodically: reminders and ToC reminders. In the config file, these are set to run every x milliseconds. There should be a safeguard added that stops these functions from getting run too quickly. This will avoid piling up calls to the database. For example, if the value is not specified in the config file, the function will be set to run every
0
milliseconds - this should not be allowed.