mirror of
https://github.com/aljazceru/ditto.git
synced 2025-12-26 09:44:25 +01:00
stats: add a debug call
This commit is contained in:
@@ -264,6 +264,7 @@ function refreshAuthorStatsDebounced(pubkey: string): void {
|
||||
}
|
||||
|
||||
refreshedAuthors.set(pubkey, true);
|
||||
debug('refreshing author stats:', pubkey);
|
||||
|
||||
authorStatsSemaphore
|
||||
.lock(() => refreshAuthorStats(pubkey).catch(() => {}));
|
||||
|
||||
Reference in New Issue
Block a user