minetest-mapper-cpp/doc
Rogier a270c6077b Add an option to prevent keeping sqlite3 database locked for too long
While prescanning a large database, minetestmapper may keep the database
locked for too long, causing minetest to complain, and even bail out
sometimes. Minetest will print warnings like:

	SQLite3 database has been locked for <duration>

The new option --sqlite3-limit-prescan-query-size limits the number
of records queried from the database in a single query, thus limiting
the duration of the lock.

If minetest kept the database locked for 1 second or more, *and* if
the database was modified in that time, minetestmapper will issue a warning,
and suggest using --sqlite3-limit-prescan-query-size.
2016-08-03 12:14:42 +02:00
..
images Add option to draw arrows on the map 2016-01-17 10:37:51 +01:00
.gitignore Generate HTML documentation 2015-11-26 16:20:31 +01:00
CMakeLists.txt Fix building without python-docutils installed 2016-06-14 17:24:53 +02:00
build-instructions.rst Define WIN32 for x64 too to work around the snappy bug 2016-06-18 11:49:50 +02:00
features.rst Merge branch 'windows-msvc-compilation' 2016-05-31 22:02:15 +02:00
manual.rst Add an option to prevent keeping sqlite3 database locked for too long 2016-08-03 12:14:42 +02:00