Mercurial > hg > dml-home
annotate var/dml/settings.db @ 46:0f96024b657e
Improved Prolog persistent history handling.
author | samer |
---|---|
date | Wed, 25 Mar 2015 12:09:47 +0000 |
parents | baf2f03b62fc |
children | c9e06ce25739 |
rev | line source |
---|---|
samer@8 | 1 /* Saved settings |
@44 | 2 Date: Fri Mar 13 08:19:56 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 |
samer@33 | 30 % Pixels per inch for in browser figures |
samer@33 | 31 setting(matlab:pixels_per_inch, 300). |