mirror of
https://github.com/luanti-org/minetestmapper.git
synced 2025-10-09 06:55:23 +02:00
Optimize database access further by allowing "brute-force" queries instead of listing available blocks
Also adds a heuristic that will enable this behaviour automatically.
This commit is contained in:
@@ -106,3 +106,7 @@ colors:
|
||||
|
||||
scales:
|
||||
Draw scales on specified image edges (letters *t b l r* meaning top, bottom, left and right), e.g. ``--scales tbr``
|
||||
|
||||
exhaustive:
|
||||
Select if database should be traversed exhaustively or using range queries, available: *never*, *y*, *full*, *auto*
|
||||
Defaults to *auto*. You shouldn't need to change this, but doing so can improve rendering times on large maps.
|
||||
|
Reference in New Issue
Block a user