diff options
| author | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2020-03-05 07:25:23 +0000 |
|---|---|---|
| committer | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2020-03-05 07:25:23 +0000 |
| commit | 927079e2ffa2b500e532f689821e09ce5f8e056a (patch) | |
| tree | bad4b9c19a1593b4e38a1a17125a37907c2b9cf9 /CHANGELOG.md | |
| parent | 9b740cfb23e3bc507207e1971a2a168cdf1d23d3 (diff) | |
| parent | ec3dc462ff34693a8290f7c86b2dfac5e4db9b86 (diff) | |
| download | pleroma-927079e2ffa2b500e532f689821e09ce5f8e056a.tar.gz pleroma-927079e2ffa2b500e532f689821e09ce5f8e056a.zip | |
Merge branch 'fix/stats-on-startup' into 'develop'
Generate instance stats on startup
Closes #1598
See merge request pleroma/pleroma!2271
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c8f3794a3..4f7a9f44c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,6 +39,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Logger: default log level changed from `warn` to `info`. - Config mix task `migrate_to_db` truncates `config` table before migrating the config file. - Default to `prepare: :unnamed` in the database configuration. +- Instance stats are now loaded on startup instead of being empty until next hourly job. <details> <summary>API Changes</summary> |
