diff --git a/frontend/App.vue b/frontend/App.vue
index 56241ea..bf51967 100644
--- a/frontend/App.vue
+++ b/frontend/App.vue
@@ -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;