mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-05-02 13:23:30 +00:00
* perf: If the user Home page does not exist, push will fail * perf: Change secret add uid parameter * perf: Regularly delete useless password change push records --------- Co-authored-by: feng <1304903146@qq.com>
7 lines
134 B
Python
7 lines
134 B
Python
|
|
CRONTAB_AT_AM_TWO = '0 2 * * *'
|
|
CRONTAB_AT_AM_THREE = '0 3 * * *'
|
|
CRONTAB_AT_AM_TEN = '0 10 * * *'
|
|
CRONTAB_AT_PM_TWO = '0 14 * * *'
|
|
|