Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Gerion Entrup
brainzfs
Commits
efd36e34
Commit
efd36e34
authored
Nov 30, 2016
by
Gerion Entrup
Browse files
settings: use / as default prefix
parent
4782a6a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
settings/__init__.py
View file @
efd36e34
...
...
@@ -33,7 +33,7 @@ mk_opt('fetcher_cache_age', 172800,
'Define the maximum age of a fetcher cache entry (time in seconds).'
,
after_default
=
'(48 hours)'
)
mk_opt
(
'directory_prefix'
,
'/
mnt/tmpmount/
'
,
mk_opt
(
'directory_prefix'
,
'/'
,
'Paths of music files will be prefixed with this path and stored relativly to it.'
)
mk_opt
(
'force_clean'
,
False
,
"Automated cleaning won't remove more than half of the files at once. Set this to true to change this."
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment