DarkMarmot / elixir_sandbox

An Elixir Lua Sandbox built on top of Robert Virding's Luerl
Apache License 2.0
28 stars 5 forks source link

make timeout configurable #2

Open ckruse opened 2 years ago

ckruse commented 2 years ago

Hey there,

the luerl interface allows to make the timeout (100ms) to be configurable. Under high load our system sometimes doesn't meet this timeout, so we need it configurable. This PR implements that (and updates all dependencies)

Best regards, CK