You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've hit issues where we have a very long URL and it causes a cascade of issues when a nocache_region fails to save to the DB.
A fairly simple solution would be to MD5 the url column rather than store the full URLs - or include an md5 column for comparison/unique purposes and simply truncate the url column if it's too long.
The text was updated successfully, but these errors were encountered:
We've hit issues where we have a very long URL and it causes a cascade of issues when a nocache_region fails to save to the DB.
A fairly simple solution would be to MD5 the url column rather than store the full URLs - or include an md5 column for comparison/unique purposes and simply truncate the url column if it's too long.
The text was updated successfully, but these errors were encountered: