annotate var/dml/settings.db @ 100:a4cd935561d4 dml-dockerised tip

small updates and version pin for cliopatria
author wolffd <wolffd.mail@googlemail.com>
date Fri, 29 Jun 2018 17:48:41 +0100
parents 0d9657423c4e
children 8bc10091a454
rev   line source
samer@8 1 /* Saved settings
samer@69 2 Date: Thu Jul 23 06:56:32 2015
samer@8 3 */
samer@8 4
samer@8 5
samer@8 6 % Indentation used goals in the body
samer@8 7 setting(listing:body_indentation, 3).
samer@8 8
samer@8 9 % Distance between tab-stops. 0 uses only spaces
samer@8 10 setting(listing:tab_distance, 3).
samer@8 11
samer@8 12 % Width of a line. 0 is infinite
samer@8 13 setting(listing:line_width, 100).
samer@8 14
samer@8 15 % Number of server threads
@44 16 setting(http:workers, 20).
samer@8 17
samer@8 18 % Default limit for Musicbrainz search and browse queries
samer@8 19 setting(musicbrainz:limit, 40).
samer@8 20
samer@8 21 % Minimum time between Musicbrainz requests
samer@8 22 setting(musicbrainz:min_wait, 0.91).
samer@8 23
samer@69 24 % Root directory of audio file collection
samer@69 25 setting(bl_p2r:audio_root, just('/mnt/audio')).
samer@69 26
samer@69 27 % Pattern to match METS metadata files
samer@69 28 setting(bl_p2r:archive_pattern, '~/lib/mets/BL_metadata_complete.7z').
samer@69 29
samer@8 30 % IP addresses from which remotes are allowed to connect
samer@33 31 setting(pengines:allow_from, [*]).
samer@8 32
samer@42 33 % Soundfont directory
samer@42 34 setting(score:soundfont_dir, "~/lib/sounds/sf2").
samer@8 35
daniel@50 36 % Fluidsynth initialisation file
daniel@50 37 setting(score:fluidsynth_rc, genuser_fs).
samer@58 38
samer@69 39 % Enables automatic semantic web searches for recognised URIs
samer@69 40 setting(crawler:enable_auto_crawl, false).
samer@69 41
samer@58 42 % Pixels per inch for in browser figures
samer@58 43 setting(matlab:pixels_per_inch, 300).
samer@58 44
samer@60 45 % Maximum number of local slave pengines a master pengine can create.
samer@60 46 setting(swish:slave_limit, 6).
samer@60 47
samer@60 48 % Maximum time to wait for output
samer@60 49 setting(swish:time_limit, 600).
samer@60 50
samer@60 51 % Pengine auto-destroys when idle for this time
samer@60 52 setting(swish:idle_limit, 1200).
samer@60 53
samer@58 54 % Keep information to support source-level debugging
samer@58 55 setting(swish:debug_info, true).