API docs caching fails when using DB cache driver #3982

Closed
opened 2026-02-05 08:01:16 +03:00 by OVERLORD · 0 comments
Owner

Originally created by @ssddanbrown on GitHub (Aug 21, 2023).

Due to string length of docs content being about 74k, where TEXT field limit is 65k.
Laravel now uses MediumText, could do the same.
Alternatively, gzipping content goes to <12k, but would change requirements.
Otherwise, could use alternate storage option.

Probably worth perf checking the actual value of caching here though, might be redundant.

Originally created by @ssddanbrown on GitHub (Aug 21, 2023). Due to string length of docs content being about 74k, where `TEXT` field limit is `65k`. Laravel now uses MediumText, could do the same. Alternatively, gzipping content goes to <12k, but would change requirements. Otherwise, could use alternate storage option. Probably worth perf checking the actual value of caching here though, might be redundant.
OVERLORD added the 🐛 Bug🏭 Back-End labels 2026-02-05 08:01:16 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#3982