Files
mattermost/store
Agniva De Sarker 47e493ea82 MM-23567: Remove goroutines from session_store.go (#13955)
* Remove goroutines from session_store.go

There isn't much benefit of running these 2 queries concurrently
versus just serially. These queries are not in the hot path anyways.
Maybe just simpler to keep it serial.

* Incorporate review comments
2020-03-27 22:37:20 +05:30
..