From 6ac65b831c4e804bad84b25821faf708ea0a678a Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Fri, 4 Oct 2013 17:22:24 +0200 Subject: Fix broken timers --- src/lanes.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lanes.lua b/src/lanes.lua index 173db00..01ca181 100644 --- a/src/lanes.lua +++ b/src/lanes.lua @@ -375,6 +375,7 @@ if first_time then local timer_body = function() -- require lanes.core inside the timer body to prevent pulling now_secs() through an uvpvalue local core = require "lanes.core" + core.configure( _params.nb_keepers, _params.on_state_create, _params.shutdown_timeout, _params.track_lanes, _params.protect_allocator, _params.verbose_errors) -- -- { [deep_linda_lightuserdata]= { [deep_linda_lightuserdata]=linda_h, -- cgit v1.2.3-55-g6feb