Skip to content

Commit

Permalink
Update plugin-server/src/utils/db/db.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Rafael Audibert <[email protected]>
  • Loading branch information
robbie-c and rafaeelaudibert committed Dec 4, 2024
1 parent c202179 commit 65af685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin-server/src/utils/db/db.ts
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ export class DB {
public redisSCard(key: string): Promise<number> {
return instrumentQuery('query.redisSCard', undefined, async () => {
const client = await this.redisPool.acquire()
const timeout = timeoutGuard('SCARD delayed. Waiting over 30 sec to perform SADD', {
const timeout = timeoutGuard('SCARD delayed. Waiting over 30 sec to perform SCARD', {
key,
})
try {
Expand Down

0 comments on commit 65af685

Please sign in to comment.