chore: site monitor setting sleep 300

This commit is contained in:
xiaojunnuo
2026-02-16 00:45:30 +08:00
parent 5c5265ede2
commit 49afa75929

View File

@@ -75,7 +75,7 @@ async function loadUserSettings() {
loadUserSettings();
const doSave = async (form: any) => {
await utils.sleep(1);
await utils.sleep(300);
await api.SiteMonitorSettingsSave({
...formState,
});