view 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
line wrap: on
line source
/*  Saved settings
    Date: Thu Jul 23 06:56:32 2015
*/


%	Indentation used goals in the body
setting(listing:body_indentation, 3).

%	Distance between tab-stops.  0 uses only spaces
setting(listing:tab_distance, 3).

%	Width of a line.  0 is infinite
setting(listing:line_width, 100).

%	Number of server threads
setting(http:workers, 20).

%	Default limit for Musicbrainz search and browse queries
setting(musicbrainz:limit, 40).

%	Minimum time between Musicbrainz requests
setting(musicbrainz:min_wait, 0.91).

%	Root directory of audio file collection
setting(bl_p2r:audio_root, just('/mnt/audio')).

%	Pattern to match METS metadata files
setting(bl_p2r:archive_pattern, '~/lib/mets/BL_metadata_complete.7z').

%	IP addresses from which remotes are allowed to connect
setting(pengines:allow_from, [*]).

%	Soundfont directory
setting(score:soundfont_dir, "~/lib/sounds/sf2").

%	Fluidsynth initialisation file
setting(score:fluidsynth_rc, genuser_fs).

%	Enables automatic semantic web searches for recognised URIs
setting(crawler:enable_auto_crawl, false).

%	Pixels per inch for in browser figures
setting(matlab:pixels_per_inch, 300).

%	Maximum number of local slave pengines a master pengine can create.
setting(swish:slave_limit, 6).

%	Maximum time to wait for output
setting(swish:time_limit, 600).

%	Pengine auto-destroys when idle for this time
setting(swish:idle_limit, 1200).

%	Keep information to support source-level debugging
setting(swish:debug_info, true).