mirror of
https://github.com/certd/certd.git
synced 2026-04-03 14:10:54 +08:00
chore: site monitor setting sleep 300
This commit is contained in:
@@ -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,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user