diff options
-rw-r--r-- | src/lanes.lua | 1 |
1 files changed, 1 insertions, 0 deletions
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 | |||
375 | local timer_body = function() | 375 | local timer_body = function() |
376 | -- require lanes.core inside the timer body to prevent pulling now_secs() through an uvpvalue | 376 | -- require lanes.core inside the timer body to prevent pulling now_secs() through an uvpvalue |
377 | local core = require "lanes.core" | 377 | local core = require "lanes.core" |
378 | core.configure( _params.nb_keepers, _params.on_state_create, _params.shutdown_timeout, _params.track_lanes, _params.protect_allocator, _params.verbose_errors) | ||
378 | 379 | ||
379 | -- | 380 | -- |
380 | -- { [deep_linda_lightuserdata]= { [deep_linda_lightuserdata]=linda_h, | 381 | -- { [deep_linda_lightuserdata]= { [deep_linda_lightuserdata]=linda_h, |