Skip to content

Lots of Timers created #38

@dustinconrad

Description

@dustinconrad

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions