合并为一个项目 #14

Merged
xiaohai2271 merged 56 commits from issue11 into master 2020-05-16 22:35:08 +08:00
Showing only changes of commit 61d9d8949c - Show all commits

View File

@@ -31,7 +31,7 @@ export class GlobalUserService {
}
}
}
if (this.lastRequestTime && Date.now() - this.lastRequestTime < 1000) {
if (this.lastRequestTime && Date.now() - this.lastRequestTime < 500) {
return {
unsubscribe: () => {
this.userObserverArray.splice(this.userObserverArray.indexOf(observer), 1);