Remove comments about max file name len

This commit is contained in:
David Maisonave
2024-07-25 02:17:02 -04:00
parent 117aab0ef2
commit 0e50b59957
2 changed files with 0 additions and 6 deletions

View File

@@ -26,6 +26,4 @@ config = {
"if_notitle_use_org_filename": True, # Warning: Do not recommend setting this to False.
# Current Stash DB schema only allows maximum base file name length to be 255
"max_filename_length": 255,
# "max_filefolder_length": 255, # For future useage
# "max_filebase_length": 255, # For future useage
}