From 9a2880e4114920203e8a4c0f2a87c91e1d2557d7 Mon Sep 17 00:00:00 2001 From: Ross Scroggs Date: Mon, 29 Sep 2025 13:33:20 -0700 Subject: [PATCH] Added `chat_max_results` variable to `gam.cfg`. --- wiki/GamUpdates.md | 12 ++++++++++++ wiki/gam.cfg.md | 5 +++++ 2 files changed, 17 insertions(+) diff --git a/wiki/GamUpdates.md b/wiki/GamUpdates.md index b9e1b90c..42f6c3a6 100644 --- a/wiki/GamUpdates.md +++ b/wiki/GamUpdates.md @@ -10,6 +10,18 @@ Add the `-s` option to the end of the above commands to suppress creating the `g See [Downloads-Installs-GAM7](https://github.com/GAM-team/GAM/wiki/Downloads-Installs) for Windows or other options, including manual installation +### 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`. diff --git a/wiki/gam.cfg.md b/wiki/gam.cfg.md index c7dab1b8..ebc540cf 100644 --- a/wiki/gam.cfg.md +++ b/wiki/gam.cfg.md @@ -109,6 +109,11 @@ charset Character set of gam batch, gam csv, gam loop files. Default: utf-8 Environment variable: GAM_CHARSET +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 classroom_max_results When retrieving lists of Google Classroom items from API, how many should be retrieved in each API call