stats: add a debug call
This commit is contained in:
parent
f9a0055e78
commit
3e93b42251
|
@ -264,6 +264,7 @@ function refreshAuthorStatsDebounced(pubkey: string): void {
|
||||||
}
|
}
|
||||||
|
|
||||||
refreshedAuthors.set(pubkey, true);
|
refreshedAuthors.set(pubkey, true);
|
||||||
|
debug('refreshing author stats:', pubkey);
|
||||||
|
|
||||||
authorStatsSemaphore
|
authorStatsSemaphore
|
||||||
.lock(() => refreshAuthorStats(pubkey).catch(() => {}));
|
.lock(() => refreshAuthorStats(pubkey).catch(() => {}));
|
||||||
|
|
Loading…
Reference in New Issue