feat: jwt performance

This commit is contained in:
DarkSky
2022-07-26 17:11:01 +08:00
parent 3ec95e4377
commit c39814047a
9 changed files with 204 additions and 173 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ export function isBlock(obj: any) {
}
export function sleep() {
return new Promise(resolve => setTimeout(resolve, 500));
return new Promise(resolve => setTimeout(resolve, 100));
}
export { BlockEventBus } from './event-bus';