aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordvs12024-10-25 16:42:18 +1000
committerdvs12024-10-25 16:42:18 +1000
commitf775280969d01df11159313f00120029c57cd189 (patch)
tree1e796736971e5323e107a5131c446d5cb8903521
parentDon't complain about not finding something we actually found. (diff)
downloadJackOnAllDevices-f775280969d01df11159313f00120029c57cd189.zip
JackOnAllDevices-f775280969d01df11159313f00120029c57cd189.tar.gz
JackOnAllDevices-f775280969d01df11159313f00120029c57cd189.tar.bz2
JackOnAllDevices-f775280969d01df11159313f00120029c57cd189.tar.xz
Turn on debug mode, or pretend to, this bit isn't functional yet.
Diffstat (limited to '')
-rw-r--r--.test_.conf.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/.test_.conf.lua b/.test_.conf.lua
index 4a360a2..e35fc72 100644
--- a/.test_.conf.lua
+++ b/.test_.conf.lua
@@ -7,7 +7,7 @@ end
7 7
8return { 8return {
9 ["performance"] = "default"; -- fast, balanced, default, lean 9 ["performance"] = "default"; -- fast, balanced, default, lean
10 ["debug"] = false; 10 ["debug"] = true;
11 ["loadAverageInc"] = 0.7; 11 ["loadAverageInc"] = 0.7;
12 ["timeOut"] = 20; -- seconds 12 ["timeOut"] = 20; -- seconds
13 ["webRoot"] = "/var/www/html"; 13 ["webRoot"] = "/var/www/html";