~stolowski/thumbnailer/more-debug

« back to all changes in this revision

Viewing changes to man/thumbnailer-settings.5

  • Committer: CI Train Bot
  • Author(s): Michi Henning
  • Date: 2016-01-07 04:36:36 UTC
  • mfrom: (129.1.22 landing-12.15)
  • Revision ID: ci-train-bot@canonical.com-20160107043636-xbao3rktj4uf3u0f
Merge changes from devel to trunk for landing.
Approved by: Michi Henning, PS Jenkins bot

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
.TP
33
33
.B retry\-not\-found\-hours \fR(int)\fP
34
34
If artwork cannot be retrieved because the remote server authoritavely confirmed that no artwork exists for
35
 
an artist or album, this parameter defines how long the thumbnailer waits before trying to download
 
35
an artist or album, this parameter defines how long (in hours) the thumbnailer waits before trying to download
36
36
the same image again.
37
37
The default is 168 hours (one week).
38
38
.TP
39
39
.B retry\-error\-hours \fR(int)\fP
40
40
If artwork cannot be retrieved from the remote server due to an unexpected error (such as the server not
41
 
responding), this parameter defines how long the thumbnailer waits before trying to contact the server
42
 
again (for any image).
 
41
responding), the thumbnailer does not attempt to contact the server again for some period, using exponential
 
42
backoff if the failure persists. This parameter defines the maximum wait time (in hours) before trying to
 
43
contact the server again.
43
44
The default is two hours.
 
45
(The initial wait time is 2 * \fBmax\-extraction\-timeout\fP.)
44
46
.TP
45
47
.B max\-downloads \fR(int)\fP
46
48
Controls the maximum number of concurrent downloads for remote artwork.
47
 
The default value is 2.
 
49
The default value is 8.
48
50
.TP
49
51
.B max\-extractions \fR(int)\fP
50
52
Controls the maximum number of concurrent image extractions from local media files.
63
65
If true, thumbnail and cancel requests are logged. Log messages are written to the calling application's log
64
66
via \fBqdebug\fP().
65
67
The default value is false.
 
68
.TP
 
69
.B log\-level \fR(int)\fP
 
70
At the default setting (1), cache misses are logged, but no messages are written for cache hits.
 
71
At setting 2, cache hits are logged as well. At setting 0, most messages that are part of normal
 
72
operation are suppressed. Errors and other unusual operating conditions are always logged,
 
73
regardless of the logging level.
 
74
The default value is 1.
 
75
The environment variable \fBTHUMBNAILER_LOG_LEVEL\fP overrides this setting.
66
76
 
67
77
.SH FILES
68
78
/usr/share/glib\-2.0/schemas/com.canonical.Unity.Thumbnailer.gschema.xml