diff --git a/Changes.md b/Changes.md index 1f4f8bde..3a4d5aea 100644 --- a/Changes.md +++ b/Changes.md @@ -1,6 +1,6 @@ # Sidekiq Changes -HEAD +4.1.3 ----------- - Sinatra 1.4.x is now a required dependency, avoiding cryptic errors @@ -8,8 +8,8 @@ HEAD - Fixed race condition in heartbeat which could rarely lead to lingering processes on the Busy tab. [#2982] ```ruby -# to clean up lingering processes, modify this as necessary to connect to your Redis. -# after 60 seconds, lingering processes should disappear from the Busy page. +# To clean up lingering processes, modify this as necessary to connect to your Redis. +# After 60 seconds, lingering processes should disappear from the Busy page. require 'redis' r = Redis.new(url: "redis://localhost:6379/0")