samer@8: /* Saved settings samer@69: Date: Thu Jul 23 06:56:32 2015 samer@8: */ samer@8: samer@8: samer@8: % Indentation used goals in the body samer@8: setting(listing:body_indentation, 3). samer@8: samer@8: % Distance between tab-stops. 0 uses only spaces samer@8: setting(listing:tab_distance, 3). samer@8: samer@8: % Width of a line. 0 is infinite samer@8: setting(listing:line_width, 100). samer@8: samer@8: % Number of server threads @44: setting(http:workers, 20). samer@8: samer@8: % Default limit for Musicbrainz search and browse queries samer@8: setting(musicbrainz:limit, 40). samer@8: samer@8: % Minimum time between Musicbrainz requests samer@8: setting(musicbrainz:min_wait, 0.91). samer@8: samer@69: % Root directory of audio file collection samer@69: setting(bl_p2r:audio_root, just('/mnt/audio')). samer@69: samer@69: % Pattern to match METS metadata files samer@69: setting(bl_p2r:archive_pattern, '~/lib/mets/BL_metadata_complete.7z'). samer@69: samer@8: % IP addresses from which remotes are allowed to connect samer@33: setting(pengines:allow_from, [*]). samer@8: samer@42: % Soundfont directory samer@42: setting(score:soundfont_dir, "~/lib/sounds/sf2"). samer@8: daniel@50: % Fluidsynth initialisation file daniel@50: setting(score:fluidsynth_rc, genuser_fs). samer@58: samer@69: % Enables automatic semantic web searches for recognised URIs samer@69: setting(crawler:enable_auto_crawl, false). samer@69: samer@58: % Pixels per inch for in browser figures samer@58: setting(matlab:pixels_per_inch, 300). samer@58: samer@60: % Maximum number of local slave pengines a master pengine can create. samer@60: setting(swish:slave_limit, 6). samer@60: samer@60: % Maximum time to wait for output samer@60: setting(swish:time_limit, 600). samer@60: samer@60: % Pengine auto-destroys when idle for this time samer@60: setting(swish:idle_limit, 1200). samer@60: samer@58: % Keep information to support source-level debugging samer@58: setting(swish:debug_info, true).