Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Long file names cause HTTP/500 errors #375

Open
winged opened this issue Nov 21, 2024 · 1 comment
Open

Long file names cause HTTP/500 errors #375

winged opened this issue Nov 21, 2024 · 1 comment

Comments

@winged
Copy link
Contributor

winged commented Nov 21, 2024

When dealing with long filenames, it seems the token exceeds it's char limit on the database of 128chars, and causes LOCK calls to fail. It seems the filename limit is around 90 characters. Have not investigated whether external factors count into it as well.

@rhizoome
Copy link

I never intended to have this limited. Can we use a variable length database type?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants