mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
stats: add a debug call
This commit is contained in:
parent
f9a0055e78
commit
3e93b42251
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue