mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
cleanup
This commit is contained in:
parent
efa3915b0c
commit
1eb5b1c95a
1 changed files with 1 additions and 2 deletions
|
@ -3,8 +3,7 @@
|
|||
|
||||
- Use Ruby's `resolv-replace` to enable pure Ruby DNS lookups.
|
||||
This ensures that any DNS resolution that takes place in worker
|
||||
threads won't lock up the entire VM on MRI.
|
||||
See this [blog post](http://coderrr.wordpress.com/2007/12/06/backgrounding-tasks-in-rails-with-threads-and-using-resolv-replace-to-make-them-faster/) for more info.
|
||||
threads won't lock up the entire VM on MRI. [#1258]
|
||||
|
||||
2.15.2
|
||||
-----------
|
||||
|
|
Loading…
Reference in a new issue