#431 handle ppm mount of unformed reactor race condition

This commit is contained in:
Mikayla Fischler
2024-03-05 10:56:27 -05:00
parent f9917b786c
commit 2f99aaeedb
4 changed files with 40 additions and 41 deletions

View File

@@ -22,7 +22,7 @@ local t_pack = table.pack
local util = {}
-- scada-common version
util.version = "1.1.16"
util.version = "1.1.17"
util.TICK_TIME_S = 0.05
util.TICK_TIME_MS = 50