mirror of
https://github.com/wekan/wekan.git
synced 2025-12-18 00:10:13 +01:00
Improve performance by adding indexes to MongoDB. Thanks to maulal ! Closes #837
This commit is contained in:
parent
b4fd6b7004
commit
b185b5ef8e
1 changed files with 3 additions and 2 deletions
|
|
@ -21,10 +21,11 @@ and fixes the following bugs:
|
||||||
* Dockerfile was missing EXPOSE $PORT;
|
* Dockerfile was missing EXPOSE $PORT;
|
||||||
* Bug when removing user from board that generate activity for
|
* Bug when removing user from board that generate activity for
|
||||||
all cards of the board. Add check before user is one owner
|
all cards of the board. Add check before user is one owner
|
||||||
of the card before adding activity.
|
of the card before adding activity;
|
||||||
|
* Improve Wekan performance by adding indexes to MongoDB;
|
||||||
* Typos.
|
* Typos.
|
||||||
|
|
||||||
Thanks to GitHub users fmonthel, jLouzado, pra85, vuxor, whittssg2
|
Thanks to GitHub users fmonthel, jLouzado, maulal, pra85, vuxor, whittssg2
|
||||||
and xet7 for their contributions.
|
and xet7 for their contributions.
|
||||||
|
|
||||||
# v0.11.1-rc1 2017-02-10 Wekan prerelease
|
# v0.11.1-rc1 2017-02-10 Wekan prerelease
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue