diff options
author | dvs1 | 2024-10-25 16:42:18 +1000 |
---|---|---|
committer | dvs1 | 2024-10-25 16:42:18 +1000 |
commit | f775280969d01df11159313f00120029c57cd189 (patch) | |
tree | 1e796736971e5323e107a5131c446d5cb8903521 | |
parent | Don't complain about not finding something we actually found. (diff) | |
download | JackOnAllDevices-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.lua | 2 |
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 | ||
8 | return { | 8 | return { |
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"; |