view var/dml/settings.db @ 44:baf2f03b62fc

Changed DML startup
author .screenrc
date Tue, 24 Mar 2015 23:32:14 +0000
parents 06cb370e8aec
children c9e06ce25739
line wrap: on
line source
/*  Saved settings
    Date: Fri Mar 13 08:19:56 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").

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