chore: log mutex deadlocks

This commit is contained in:
Adhiraj Singh
2022-11-25 22:00:25 +05:30
parent b141ac2c00
commit bcf33d786c
2 changed files with 22 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ const BUFFERABLE_EVENT = [
'groups.update',
] as const
const BUFFER_TIMEOUT_MS = 30_000
const BUFFER_TIMEOUT_MS = 60_000
type BufferableEvent = typeof BUFFERABLE_EVENT[number]