~ci-train-bot/thumbnailer/thumbnailer-ubuntu-yakkety-landing-072

« back to all changes in this revision

Viewing changes to data/com.canonical.Unity.Thumbnailer.gschema.xml

  • Committer: CI Train Bot
  • Author(s): Michi Henning
  • Date: 2015-09-15 11:04:11 UTC
  • mfrom: (125.1.2 landing150915)
  • Revision ID: ci-train-bot@canonical.com-20150915110411-233xw0fljaq7p2o0
Landing changes on devel to trunk.
Approved by: James Henstridge

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
      <default>10</default>
70
70
      <summary>Maximum amount of time to wait for an image extraction or download (in seconds)</summary>
71
71
      <description>
72
 
        This parameter sets the amount of time (in seconds) to wait for a remote image download or
73
 
        a thumbnail extraction before giving up.
 
72
        This parameter sets the amount of time (in seconds) to wait for a remote image download or a thumbnail extraction before giving up.
 
73
     </description>
 
74
    </key>
 
75
 
 
76
    <key type="i" name="max-pending-requests">
 
77
      <default>200</default>
 
78
      <summary>Maximum number of pending DBus requests before a call blocks the caller</summary>
 
79
      <description>
 
80
        This parameter limits the number of pending DBus requests on the thumbnailer service. If there are more requests than this currently in progress, the caller is suspended until the number of pending requests drops below the limit again.
 
81
     </description>
 
82
    </key>
 
83
 
 
84
    <key type="i" name="max-backlog">
 
85
      <default>200</default>
 
86
      <summary>Maximum number of pending DBus requests before the thumbnailer starts queuing them.</summary>
 
87
      <description>
 
88
        This parameter limits the number of pending DBus requests on the thumbnailer service. If there are more requests than this currently in progress, additional requests are queued and sent once the backlog drops below the limit.
74
89
     </description>
75
90
    </key>
76
91
  </schema>