summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorPhilip Van Hoof <philip@codeminded.be>2013-11-23 10:28:35 +0100
committerPhilip Van Hoof <philip@codeminded.be>2014-01-09 14:21:23 +0100
commit553730af84f4ce5e33f1fba51ff466cb3b9740f2 (patch)
tree37238b2f62d1852fbb2967fe613840a92a8714a7 /data
parent8b3b8fe8da4c72cb4afda9805b70bd26ca9743f2 (diff)
downloadtracker-553730af84f4ce5e33f1fba51ff466cb3b9740f2.tar.gz
Make it possible to configure the delay for GraphUpdated
Helps fixing JB# 11570
Diffstat (limited to 'data')
-rw-r--r--data/gschemas/org.freedesktop.Tracker.Store.gschema.xml.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/data/gschemas/org.freedesktop.Tracker.Store.gschema.xml.in b/data/gschemas/org.freedesktop.Tracker.Store.gschema.xml.in
index bd4ac8d8d..f7c4565cc 100644
--- a/data/gschemas/org.freedesktop.Tracker.Store.gschema.xml.in
+++ b/data/gschemas/org.freedesktop.Tracker.Store.gschema.xml.in
@@ -24,5 +24,10 @@ Boston, MA 02110-1301, USA.
<_summary>Log verbosity</_summary>
<_description>Log verbosity.</_description>
</key>
+ <key name="graphupdated-delay" type="i">
+ <default>1000</default>
+ <_summary>GraphUpdated delay</_summary>
+ <_description>Delay in ms. at which GraphUpdated will happen when signalling data is available.</_description>
+ </key>
</schema>
</schemalist>