Remove dbh:release(); it seems to have the reverse effect.
This commit is contained in:
@@ -224,6 +224,3 @@
|
|||||||
cmd = "luarun park_monitor.lua "..uuid.." "..domain_name.." "..park_extension.." "..park_timeout_type.." "..park_timeout_seconds.." "..park_timeout_destination;
|
cmd = "luarun park_monitor.lua "..uuid.." "..domain_name.." "..park_extension.." "..park_timeout_type.." "..park_timeout_seconds.." "..park_timeout_destination;
|
||||||
result = api:executeString(cmd);
|
result = api:executeString(cmd);
|
||||||
end
|
end
|
||||||
|
|
||||||
--close the database connection
|
|
||||||
dbh:release();
|
|
||||||
|
|||||||
Reference in New Issue
Block a user