mirror of
https://github.com/certd/certd.git
synced 2026-04-28 07:57:25 +08:00
chore: site monitor setting sleep 300
This commit is contained in:
@@ -75,7 +75,7 @@ async function loadUserSettings() {
|
|||||||
|
|
||||||
loadUserSettings();
|
loadUserSettings();
|
||||||
const doSave = async (form: any) => {
|
const doSave = async (form: any) => {
|
||||||
await utils.sleep(1);
|
await utils.sleep(300);
|
||||||
await api.SiteMonitorSettingsSave({
|
await api.SiteMonitorSettingsSave({
|
||||||
...formState,
|
...formState,
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user