默认监视接口节流5秒/次

This commit is contained in:
aixianling
2023-02-13 10:47:17 +08:00
parent d111a4b95c
commit 870d2b27bc

View File

@@ -34,7 +34,7 @@ class Observer {
this.pending = []
}
})
}, 30000)
}, 5000)
}
}