@rex0220/kintone-sql-tools 3.0.0 → 3.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -167,6 +167,7 @@ Options:
167
167
  --timeout <ms> Request timeout in milliseconds (default: 30000)
168
168
  --max-concurrent <n> Max concurrent kintone requests: 1-50 (default: 10)
169
169
  (process-wide; fixed at first resolution; KSQL_MAX_CONCURRENT wins)
170
+ --cursor-max-active <n> Max active cursors per host: 1-5 (default: 2; KSQL_CURSOR_MAX_ACTIVE wins)
170
171
  --retry <n> GET retry count: 0-10, 0 disables (default: 3; KSQL_RETRY wins)
171
172
  --retry-base-delay <ms> GET retry backoff base delay (default: 500)
172
173
  --retry-max-delay <ms> GET retry backoff max delay (default: 8000)