summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Lundblad <ml@update.uu.se>2019-05-31 23:17:22 +0200
committerMarcus Lundblad <ml@update.uu.se>2019-06-10 21:23:32 +0200
commit4a387117ea0cbd8bbfbeb51ed24538b2ed93d151 (patch)
treeb06c3eef4c9197fce304422276615868299fb149
parent94b334cb18595e53270b2282b7adfbe593709419 (diff)
downloadgnome-maps-wip/mlundblad/search-as-you-type.tar.gz
gsettings-schema: Lower default max search resultswip/mlundblad/search-as-you-type
Change the default number of geocoding search results from 100 to 20. This reduces the server load, and also should make rendering the list more responsive when there are many results. With search-as-you-type it should be sufficent with a lower number, as it's easier to refine a search on-the-fly.
-rw-r--r--data/org.gnome.Maps.gschema.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/org.gnome.Maps.gschema.xml b/data/org.gnome.Maps.gschema.xml
index 417fecbc..640f6bec 100644
--- a/data/org.gnome.Maps.gschema.xml
+++ b/data/org.gnome.Maps.gschema.xml
@@ -27,7 +27,7 @@
<description>Window maximization state</description>
</key>
<key name="max-search-results" type="i">
- <default>100</default>
+ <default>20</default>
<summary>Maximum number of search results</summary>
<description>Maximum number of search results from geocode search.</description>
</key>