Updated perun.lua for 8.0.0

This commit is contained in:
szporowolik
2019-09-12 18:14:05 +02:00
parent 17a2905b14
commit 36c713ba3f
3 changed files with 35 additions and 15 deletions

View File

@@ -9,7 +9,7 @@ namespace Perun_v1
public partial class form_Main : Form
{
// Variable definitions
public string[] arrSendBuffer = new string[100]; // Mysql send buffer
public string[] arrSendBuffer = new string[65534]; // Mysql send buffer
public bool boolLetMeOut = false; // Helper to handle system tray
// ################################ Main ################################