Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDennis Schubert <mail@dennis-schubert.de>2018-04-15 16:26:53 +0300
committerBenjamin Neff <benjamin@coding4coffee.ch>2018-04-16 02:26:48 +0300
commit6918dbc7610577080d092237df528a5837a63a63 (patch)
treea14e742717ebc5a3c4355aa6066dd3c7a0fc5cbb /Changelog.md
parent53d58a8bcb6da5120e8b95764dc45182dbb34ac4 (diff)
Randomize start times of daily Sidekiq-Cron jobs
closes #7787
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md
index 86eb81f1b..64c2ed26e 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -3,6 +3,7 @@
## Refactor
* Remove the 'make contacts in this aspect visible to each other' option [#7769](https://github.com/diaspora/diaspora/pull/7769)
* Remove the requirement to have at least two users to disable the /podmin redirect [#7783](https://github.com/diaspora/diaspora/pull/7783)
+* Randomize start times of daily Sidekiq-Cron jobs [#7787](https://github.com/diaspora/diaspora/pull/7787)
## Bug fixes
* Prefill conversation form on contacts page only with mutual contacts [#7744](https://github.com/diaspora/diaspora/pull/7744)