annotate var/dml/settings.db @ 67:1d3b52f93d8c

Added caption to help keep track of SCREEN sessions.
author samer
date Fri, 14 Aug 2015 16:29:00 +0100
parents 0fff15c51019
children 0d9657423c4e
rev   line source
samer@8 1 /* Saved settings
samer@60 2 Date: Wed May 20 16:54:14 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@8 24 % IP addresses from which remotes are allowed to connect
samer@33 25 setting(pengines:allow_from, [*]).
samer@8 26
samer@42 27 % Soundfont directory
samer@42 28 setting(score:soundfont_dir, "~/lib/sounds/sf2").
samer@8 29
daniel@50 30 % Fluidsynth initialisation file
daniel@50 31 setting(score:fluidsynth_rc, genuser_fs).
samer@58 32
samer@58 33 % Pixels per inch for in browser figures
samer@58 34 setting(matlab:pixels_per_inch, 300).
samer@58 35
samer@60 36 % Maximum number of local slave pengines a master pengine can create.
samer@60 37 setting(swish:slave_limit, 6).
samer@60 38
samer@60 39 % Maximum time to wait for output
samer@60 40 setting(swish:time_limit, 600).
samer@60 41
samer@60 42 % Pengine auto-destroys when idle for this time
samer@60 43 setting(swish:idle_limit, 1200).
samer@60 44
samer@58 45 % Keep information to support source-level debugging
samer@58 46 setting(swish:debug_info, true).
samer@58 47
samer@58 48 % Enables automatic semantic web searches for recognised URIs
samer@58 49 setting(crawler:enable_auto_crawl, false).