#396 connection timeouts can now have a fractional part

This commit is contained in:
Mikayla Fischler
2023-12-29 14:33:22 -05:00
parent 338b3b1615
commit 2a85a438ba
5 changed files with 25 additions and 22 deletions

View File

@@ -18,7 +18,7 @@ local plc = require("reactor-plc.plc")
local renderer = require("reactor-plc.renderer")
local threads = require("reactor-plc.threads")
local R_PLC_VERSION = "v1.6.7"
local R_PLC_VERSION = "v1.6.8"
local println = util.println
local println_ts = util.println_ts