[gnome-maps/wip/mlundblad/search-as-you-type] 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] gsettings-schema: Lower default max search results
- Date: Fri, 31 May 2019 21:20:53 +0000 (UTC)
commit 840783e7ffe31b81d6d6c824806ddbaef1b00cbb
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]