Skip to content

Commit 43c29a9

Browse files
authored
Update v4-beta.lua
1 parent aec062a commit 43c29a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

snapshot/v4-beta.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
-- 'info', 'verbose', or nil
77
LOG_LEVEL = 'info'
8-
TICKS = 50
8+
TICKS = 10
99

1010
function info(str)
1111
if LOG_LEVEL == 'info' then print('*** '..str) end
@@ -98,7 +98,7 @@ end
9898
--
9999

100100
-- window size in seconds to keep track of first and last value.
101-
local WINDOW_SIZE_SEC = 1
101+
local WINDOW_SIZE_SEC = 5
102102
-- how many per seconds to record
103103
local FREQUENCY = 10
104104
-- minimum difference between edges and mid value to be considered a local value.

0 commit comments

Comments
 (0)