mirror of
https://codeberg.org/Reuh/feather.git
synced 2025-10-28 02:29:32 +00:00
feat: make max filename configurable
This commit is contained in:
parent
513e0dfa04
commit
92e3da6b82
2 changed files with 19 additions and 9 deletions
|
|
@ -14,6 +14,8 @@ items_per_request = 500
|
|||
data = "data"
|
||||
# Directory path where the user-facing files will be stored.
|
||||
reader = "reader"
|
||||
# Maximum allowed filename length before ellipsing
|
||||
max_filename_length = 200
|
||||
|
||||
[time]
|
||||
# Which timezone to use when writing date and time.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue