Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/documentation/setup/config.malloynb
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ The `ssl` property accepts a JSON object passed directly to the underlying [node
| `privateKeyPath` | file | Path to private key (.pem/.key) |
| `privateKey` | password | Private key PEM string (alternative to file path) |
| `privateKeyPass` | password | Private key passphrase |
| `timeoutMs` | number | Query timeout in ms |
| `timeoutMs` | number | Per-statement query timeout in ms. Defaults to 600000 (10 min); an unset, blank, non-numeric, zero, or negative value falls back to that default. |
| `schemaSampleTimeoutMs` | number | Variant schema sample timeout in ms (default 15000) |
| `schemaSampleRowLimit` | number | Row limit for variant schema sample (default 1000) |
| `schemaSampleFullScanMaxBytes` | number | Tables at or below this byte size are full-scanned instead of sampled |
Expand Down