Rise post size

This commit is contained in:
hunbernd 2020-01-05 21:00:13 +01:00
parent a988b1dd8b
commit 5efd318cb5
3 changed files with 4 additions and 3 deletions

View file

@ -47,7 +47,7 @@ public:
private:
QString imagefilename;
QByteArray imagebytes;
const int MAXMESSAGESIZE = 32000;
const int MAXMESSAGESIZE = 199000;
private slots:
void createPost();