We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87f8f5c commit 4c079b4Copy full SHA for 4c079b4
1 file changed
Source/Processors/NetworkEvents/NetworkEvents.cpp
@@ -27,7 +27,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
27
#include "../../AccessClass.h"
28
#include "../MessageCenter/MessageCenterEditor.h"
29
30
-//const int MAX_MESSAGE_LENGTH = 64000;
+const int MAX_MESSAGE_LENGTH = 64000;
31
32
33
#ifdef WIN32
0 commit comments