view var/dml/settings.db @ 60:1a2e9d3adcb2

Update SWISH settings.
author samer
date Wed, 20 May 2015 16:58:09 +0100
parents c9e06ce25739
children 0fff15c51019
line wrap: on
line source
/*  Saved settings
    Date: Wed May 20 16:54:14 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).

%	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).

%	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).