buerokratt / Buerokratt-Chatbot

1 stars 19 forks source link

Hot Fix: Message Content Limit #978

Closed 1AhmedYasser closed 1 week ago

1AhmedYasser commented 1 week ago
1AhmedYasser commented 1 week ago

Note: this solves a problem that arrises on prod, when the content is too large the db won't add it because content was of type varchar(3000), so after consideration i converted it to text to remove the limit on it, and added a hash index on it instead of the normal index to better cope with large content for the time being, until future plans are set to better deal with this situation

sonarcloud[bot] commented 1 week ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud