hashtopolis/server

[ENHANCEMENT]: Increase the limit of the attack command length

Closed this issue · 1 comments

Description

The length limit is too low for certain commands, either increase the VARCHAR limit or make it into a TEXT type.

Changed attackCmd fields to TEXT.