changeset 60:1a2e9d3adcb2

Update SWISH settings.
author samer
date Wed, 20 May 2015 16:58:09 +0100
parents 8ff831293542
children 0fff15c51019
files var/dml/settings.db
diffstat 1 files changed, 16 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/var/dml/settings.db	Wed May 20 16:51:52 2015 +0100
+++ b/var/dml/settings.db	Wed May 20 16:58:09 2015 +0100
@@ -1,5 +1,5 @@
 /*  Saved settings
-    Date: Sun Apr 26 10:49:40 2015
+    Date: Wed May 20 16:54:14 2015
 */
 
 
@@ -24,11 +24,23 @@
 %	IP addresses from which remotes are allowed to connect
 setting(pengines:allow_from, [*]).
 
-%	Pixels per inch for in browser figures
-setting(matlab:pixels_per_inch, 300).
-
 %	Soundfont directory
 setting(score:soundfont_dir, "~/lib/sounds/sf2").
 
 %	Fluidsynth initialisation file
 setting(score:fluidsynth_rc, genuser_fs).
+
+%	Pixels per inch for in browser figures
+setting(matlab:pixels_per_inch, 300).
+
+%	Maximum number of local slave pengines a master pengine can create.
+setting(swish:slave_limit, 6).
+
+%	Maximum time to wait for output
+setting(swish:time_limit, 600).
+
+%	Pengine auto-destroys when idle for this time
+setting(swish:idle_limit, 1200).
+
+%	Keep information to support source-level debugging
+setting(swish:debug_info, true).