1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
This commit is contained in:
Evan Phoenix 2014-11-26 22:50:45 -08:00
parent 751720a3db
commit 858e73c4f4

View file

@ -167,6 +167,8 @@ class TestThreadPool < Test::Unit::TestCase
Thread.pass until finished
}
pool.clean_thread_locals = true
n.times { pool << 1 }
finished = true