Increase number of items allowed

This commit is contained in:
Edward Betts 2021-07-22 17:03:31 +02:00
parent 3867c30429
commit f0e3a8bd4d
1 changed files with 1 additions and 1 deletions

View File

@ -677,7 +677,7 @@ export default {
return this.map_area > 1000 * 1000 * 1000;
},
too_many_items() {
return this.item_count > 400;
return this.item_count > 1400;
},
loading() {
return this.osm_loading || this.wikidata_loading;