Added chat_max_results variable to gam.cfg.

This commit is contained in:
Ross Scroggs
2025-09-29 12:07:13 -07:00
parent d8ad1b27a4
commit 95caeaba5e
4 changed files with 38 additions and 14 deletions

View File

@@ -1,3 +1,15 @@
7.23.00
Added `chat_max_results` variable to `gam.cfg`.
```
chat_max_results
When retrieving lists of Chat items from API,
how many should be retrieved in each API call
Default: 100
Range: 1 - 1000
```
Previously, this vaule was always set to 1000 which could cause errors.
7.22.07
Added options `showdetails` and `returnidonly` to `gam create|copy vaultquery`.