We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aec062a commit 43c29a9Copy full SHA for 43c29a9
snapshot/v4-beta.lua
@@ -5,7 +5,7 @@
5
6
-- 'info', 'verbose', or nil
7
LOG_LEVEL = 'info'
8
-TICKS = 50
+TICKS = 10
9
10
function info(str)
11
if LOG_LEVEL == 'info' then print('*** '..str) end
@@ -98,7 +98,7 @@ end
98
--
99
100
-- window size in seconds to keep track of first and last value.
101
-local WINDOW_SIZE_SEC = 1
+local WINDOW_SIZE_SEC = 5
102
-- how many per seconds to record
103
local FREQUENCY = 10
104
-- minimum difference between edges and mid value to be considered a local value.
0 commit comments