mirror of
https://github.com/pockethost/pockethost.git
synced 2025-03-30 15:08:30 +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)
|
||||
}
|
||||
}
|
||||
}, 1000)
|
||||
}, 1000 * 60)
|
||||
|
||||
return {
|
||||
schedule(channel: string, fn: () => Promise<void>) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user