mirror of
https://github.com/wekan/wekan.git
synced 2026-01-23 01:36:09 +01:00
Upgraded to Meteor 2.8.2. This could fix memory leaks. See https://forums.meteor.com/t/meteor-v2-8-memory-leak-in-mongo-driver/59101/23 .
Added Mongo sessions count to Admin Panel / Version at bottom of page, see that it is not growing all the time. Thanks to Meteor developers and xet7 !
This commit is contained in:
parent
bd03669d73
commit
49404203ab
8 changed files with 3588 additions and 2149 deletions
|
|
@ -111,3 +111,6 @@ template(name='statistics')
|
|||
tr
|
||||
th {{_ 'Node_memory_usage_external'}}
|
||||
td {{fileSize statistics.nodeMemoryUsage.external}}
|
||||
tr
|
||||
th {{_ 'Mongo_sessions_count'}}
|
||||
td {{statistics.session.sessionsCount}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue