Pubsub item payload should allow for (much) larger size
Description
The database that holds the pubsub items has a limited size for its payload. For HSQLDB, this is limited to 4000 characters.
As PEP is used to store binary data (avatars), the size should be increased dramatically.
Environment
None
Activity
Show:
Guus der Kinderen August 14, 2020 at 9:09 AM
Mysql is using MEDIUMTEXT, which is limited to 16MB. Let's change that too.
Guus der Kinderen August 14, 2020 at 7:56 AM
Only the column size of the database types 'hsqldb' and 'oracle' seems limited to a varchar of limited size. All other databases use clob or text like data types.
The database that holds the pubsub items has a limited size for its payload. For HSQLDB, this is limited to 4000 characters.
As PEP is used to store binary data (avatars), the size should be increased dramatically.