mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-16 00:00:12 +02:00
rt(alt): fix memory leak and increase max preemption when running Loom CI tests (#5911)
The memory leak was caused by a bug during shutdown where some state was leaked.
This commit is contained in:
@@ -120,5 +120,3 @@ jobs:
|
||||
working-directory: tokio
|
||||
env:
|
||||
SCOPE: ${{ matrix.scope }}
|
||||
# TODO: remove this before stabilizing
|
||||
LOOM_MAX_PREEMPTIONS: 1
|
||||
|
||||
Reference in New Issue
Block a user