dynamo-browse/_site/content/docs/reference/settings.md

25 lines
438 B
Markdown
Raw Normal View History

2025-11-15 00:34:07 +00:00
---
title: Settings
weight: 50
---
# Settings
## default-limit
- Type: int
- Default: `1000`
The maximum number of rows returned from a query or scan.
## ro
- Type: flag
Enable read-only mode. When enabled, all modification operations are disabled, and will fail with a `Read-only mode` error.
The `rw` setting will disable read-only mode.
## rw
- Type: flag
Disable read-only mode. The `ro` setting will enable read-only mode.