feat: add geometry to database args (#11828)

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
Evan Chipman
2024-10-29 19:17:04 +07:00
committed by GitHub
parent 1653877ed5
commit 0f9ba64e95
20 changed files with 323 additions and 16 deletions

View File

@ -590,6 +590,12 @@ Database:
[possible values: true, false]
--db.max-size <MAX_SIZE>
Maximum database size (e.g., 4TB, 8MB)
--db.growth-step <GROWTH_STEP>
Database growth step (e.g., 4GB, 4KB)
--db.read-transaction-timeout <READ_TRANSACTION_TIMEOUT>
Read transaction timeout in seconds, 0 means no timeout