mirror of
https://github.com/mattermost/mattermost.git
synced 2026-05-25 19:12:15 -04:00
* MM-63726: Adjust default MaxOpenConns/MaxIdleConns settings - Change MaxOpenConns from 300 to 100 - Change MaxIdleConns from 20 to 50 - Establish a healthier 2:1 ratio instead of the previous 15:1 - Remove hardcoded values from config files to use new defaults * Fix mmctl config test for updated MaxIdleConns default Update test expectation from 20 to 50 to match the new default value for SqlSettings.MaxIdleConns that was changed in the previous commit. |
||
|---|---|---|
| .. | ||
| client | ||
| commands | ||
| docs | ||
| mocks | ||
| printer | ||
| mmctl.go | ||
| README.md | ||
mmctl
mmctl is a remote CLI tool that lets you manage your Mattermost instance from the terminal.
The project's documentation can be accessed within the the Mattermost documentation.