changeset 79:8bc10091a454 bl

bl-specific settings
author daniel
date Mon, 18 Sep 2017 14:49:25 +0100
parents 5d56ccfa6210
children
files var/dml/settings.db
diffstat 1 files changed, 10 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/var/dml/settings.db	Mon Sep 18 14:48:18 2017 +0100
+++ b/var/dml/settings.db	Mon Sep 18 14:49:25 2017 +0100
@@ -1,5 +1,5 @@
 /*  Saved settings
-    Date: Thu Jul 23 06:56:32 2015
+    Date: Fri Oct  2 00:32:07 2015
 */
 
 
@@ -27,6 +27,12 @@
 %	Pattern to match METS metadata files
 setting(bl_p2r:archive_pattern, '~/lib/mets/BL_metadata_complete.7z').
 
+%	Location of Mazurka audio files
+setting(mazurka_p2r:audio_root, just('~/lib/mazurka')).
+
+%	Matlab command execution timeout in seconds
+setting(mlserver:exec_timeout, 1800).
+
 %	IP addresses from which remotes are allowed to connect
 setting(pengines:allow_from, [*]).
 
@@ -36,12 +42,12 @@
 %	Fluidsynth initialisation file
 setting(score:fluidsynth_rc, genuser_fs).
 
-%	Enables automatic semantic web searches for recognised URIs
-setting(crawler:enable_auto_crawl, false).
-
 %	Pixels per inch for in browser figures
 setting(matlab:pixels_per_inch, 300).
 
+%	Default policy on recomputing memoised computations
+setting(perspectives:default_recompute_policy, failed).
+
 %	Maximum number of local slave pengines a master pengine can create.
 setting(swish:slave_limit, 6).