chadek
chadek
> Same issue for Community server 0.1.10 under NC Version 21.03 - after update we still get message "The community document server only supports up to 20 concurrent sessions" >...
@whyronimus thanks for the tip mate !
Comparing v0.1.9 and v0.1.10 it appears that EXPIRED_SESSION_TIMEOUT constant is being added to compute cutoffTime like so: https://github.com/nextcloud/documentserver_community/blob/v0.1.10/lib/Channel/SessionManager.php ``` $cutoffTime = $this->timeFactory->getTime() - EXPIRED_SESSION_TIMEOUT; ``` cleanSessions function (which should help...
I upgraded and it work fine for me but I didn't tried ms documents. I think this issue might be close.
It may be some weird stuff still inside the browser cache leading to this issue. Saying that because I still had the issue on an other device which somehow disappeared...
Shoud be fix with 0.2.0
Any PR would really be welcome as I'm not so familiar with php
This [pr](https://github.com/nextcloud/documentserver_community/pull/348) should do the job
Thks a lot, hope it will also benefit your team 😄
@sumitwebkul any update on this? Do you have any approximated idea on when such release will be publish? Thanks in advance