[gnome-maps/wip/mlundblad/search-as-you-type: 15/15] gsettings-schema: Lower default max search results
- From: Marcus Lundblad <mlundblad src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-maps/wip/mlundblad/search-as-you-type: 15/15] gsettings-schema: Lower default max search results
- Date: Sat, 1 Jun 2019 20:48:58 +0000 (UTC)
commit 596c69197497e30f76b8d5a5c971f66b28186820
Author: Marcus Lundblad <ml update uu se>
Date: Fri May 31 23:17:22 2019 +0200
gsettings-schema: Lower default max search results
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.
data/org.gnome.Maps.gschema.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/data/org.gnome.Maps.gschema.xml b/data/org.gnome.Maps.gschema.xml
index 417fecb..640f6be 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>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]