mirror of
https://github.com/KeymonSoft/Monitor-Keymon.git
synced 2026-04-17 21:06:19 +00:00
11/9/23 - Correcciones varias
- El bototn de desactivar el monitor no funcionaba - Se cambio el timeout por default - ...
This commit is contained in:
@@ -399,9 +399,9 @@ Sub traeIntervaloDeBD As String 'ignore
|
||||
Return intrvl
|
||||
End Sub
|
||||
|
||||
'Regresa el timeout desde la base de datos o "1250" si no existe.
|
||||
'Regresa el timeout desde la base de datos o "9000" si no existe.
|
||||
Sub traeTimeoutDeBD As String 'ignore
|
||||
Dim tmout As String = "1250"
|
||||
Dim tmout As String = "9000"
|
||||
Dim rs As ResultSet = Starter.skmt.ExecQuery("select valor from cat_variables where nombre = 'timeout'")
|
||||
If rs.RowCount > 0 Then
|
||||
rs.NextRow
|
||||
|
||||
Reference in New Issue
Block a user