mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Modern optimization
This commit is contained in:
parent
a0bcd590cd
commit
8a4926c00e
2 changed files with 6 additions and 0 deletions
|
@ -8,6 +8,7 @@ HEAD
|
|||
-------------
|
||||
|
||||
- Fix Lua error in concurrent rate limiter under heavy contention
|
||||
- Remove superfluous `freeze` calls on Strings [#3759]
|
||||
|
||||
1.7.0
|
||||
-------------
|
||||
|
|
|
@ -4,6 +4,11 @@
|
|||
|
||||
Please see [http://sidekiq.org/](http://sidekiq.org/) for more details and how to buy.
|
||||
|
||||
HEAD
|
||||
---------
|
||||
|
||||
- Remove superfluous `freeze` calls on Strings [#3759]
|
||||
|
||||
4.0.1
|
||||
---------
|
||||
|
||||
|
|
Loading…
Reference in a new issue