mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 15:47:58 +00:00
recreate place objects when admin_level changes
Also added a sanity check to ensure that accidental removal of admin_level tags on large areas doesn't cause huge reindexing load. That can be disabled by setting CONST_Limit_Reindexing to false.
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
@define('CONST_Debug', false);
|
||||
@define('CONST_Database_DSN', 'pgsql://@/nominatim'); // <driver>://<username>:<password>@<host>:<port>/<database>
|
||||
@define('CONST_Max_Word_Frequency', '50000');
|
||||
@define('CONST_Limit_Reindexing', true);
|
||||
|
||||
// Software versions
|
||||
@define('CONST_Postgresql_Version', '9.1'); // values: 8.3, 8.4, 9.0, 9.1, 9.2
|
||||
|
||||
Reference in New Issue
Block a user