From 8d06669c0858db4f4c8dbf468336d758f29ec65d Mon Sep 17 00:00:00 2001 From: Mike Perham Date: Thu, 18 Oct 2018 19:28:47 -0700 Subject: [PATCH] ent changes, fixes #4000 --- Ent-Changes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ent-Changes.md b/Ent-Changes.md index e29ed92d..bb95f5e9 100644 --- a/Ent-Changes.md +++ b/Ent-Changes.md @@ -7,7 +7,7 @@ Please see [http://sidekiq.org/](http://sidekiq.org/) for more details and how t HEAD ------------- -- Fix elapsed time calculations to use monotonic clock [#3999] +- Fix elapsed time calculations to use monotonic clock [#4000, sj26] - Fix edge case where flapping leadership would cause old periodic jobs to be fired once [#3974] - Add support for sidekiqswarm memory monitoring on FreeBSD [#3884]