add throttleIntervalMinutes config field for auto reminder

This commit is contained in:
geekgeekrun
2024-12-27 02:03:31 +08:00
parent 4e28fdd56e
commit 54eaa00b67
4 changed files with 82 additions and 16 deletions
@@ -6,5 +6,8 @@
"scaleList": [],
"industryList": []
},
"expectJobRegExpStr": ""
"expectJobRegExpStr": "",
"autoReminder": {
"throttleIntervalMinutes": 10
}
}