-
Notifications
You must be signed in to change notification settings - Fork 33
Closed
Description
For every channel push a new timer (and thus a new thread) is created. This is quite expensive compared to using a ScheduledThreadPoolExecutor which would be re-using threads.
I plan on trying to convert all usages of Timers to using a shared ScheduledThreadPoolExecutor later in the week if this seems like a good change.
dsrees
Metadata
Metadata
Assignees
Labels
No labels