mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-19 19:16:29 +08:00
feat: jwt performance
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user