mirror of
https://github.com/DaKerboul/perun.git
synced 2026-08-09 22:25:40 +02:00
Improved MySQL connection status; performane improvment
This commit is contained in:
@@ -478,7 +478,12 @@ namespace Perun_v1
|
||||
|
||||
private void tim_3rdparties_Tick(object sender, EventArgs e)
|
||||
{
|
||||
// Main timer to send JSON files to MySQL
|
||||
// Main timer to check MySQL connection and send JSON files to MySQL
|
||||
|
||||
// Send ping to check for possible connection issues
|
||||
dcConnection.SendToMySql("", true);
|
||||
|
||||
// Take care of 3rd party stuff
|
||||
string strSRSJson = "";
|
||||
string strLotATCJson = "";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user