mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
* 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