mirror of
https://github.com/pockethost/pockethost.git
synced 2025-11-28 16:13:29 +00:00
increase log cleanup timeout to 60 seconds
This commit is contained in:
parent
e8c459bed4
commit
4cf02a1705
@ -36,7 +36,7 @@ const MultiChannelLimiter = () => {
|
|||||||
channels.delete(channel)
|
channels.delete(channel)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}, 1000)
|
}, 1000 * 60)
|
||||||
|
|
||||||
return {
|
return {
|
||||||
schedule(channel: string, fn: () => Promise<void>) {
|
schedule(channel: string, fn: () => Promise<void>) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user