Property too long for column; maximum of 8190 ?

Hello,

We have a protocol here. This protocol is inserting some data into a database.
For some of them, we have the error message : Property 'response' too long for column; 14023 vs. maximum 8190.

'response' is the name of the property containing the data, and 14023 is the size of the data.
We are able to insert the data into the DB, with tool such SQL Developer. So, I assume it is not a limitation of the DB (PostgreSQL, data type : text).

Is there a limitation in Pipeline Pilot ?
Can we configure this maximum size ?

Thanks,
Sebastien.