mattermost/server/cmd/mmctl
Jesse Hallam 72d363f605
MM-63726: Adjust default MaxOpenConns/MaxIdleConns settings (#33593)
* 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.
2025-08-11 14:06:12 -03:00
..
client [MM-63593] Add mmctl user edit command (#31181) 2025-07-25 09:56:25 +02:00
commands MM-63726: Adjust default MaxOpenConns/MaxIdleConns settings (#33593) 2025-08-11 14:06:12 -03:00
docs [MM-63593] Add mmctl user edit command (#31181) 2025-07-25 09:56:25 +02:00
mocks [MM-63593] Add mmctl user edit command (#31181) 2025-07-25 09:56:25 +02:00
printer Replacing interface{} with any everywhere (except generated mocks) (#29446) 2024-12-15 21:11:36 +01:00
mmctl.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
README.md Add a simple mmctl README file (#23638) 2023-10-10 10:34:08 +02:00

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.