try set to 1 min interval

This commit is contained in:
Luiz Costa 2024-06-04 23:35:18 +01:00
parent 0db22c1926
commit b333b1e7ee

View File

@ -220,7 +220,7 @@ app_include_js = [
]
scheduler_events = {
"cron": {
"*/1 * * * *": [
"* * * * *": [
"msp_remoteadmin.tools.check_session_status"
]
}