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
memoriav
Memobase 2020
services
postprocessing
Media Converter
Commits
45d7bf78
Verified
Commit
45d7bf78
authored
Feb 16, 2022
by
Sebastian Schüpbach
Browse files
fix property naming error
parent
c09a1821
Pipeline
#43089
passed with stages
in 8 minutes and 28 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/main/scala/ch/memobase/RecordProcessor.scala
View file @
45d7bf78
...
...
@@ -43,7 +43,7 @@ class RecordProcessor(fileHandler: DisseminationCopyHandler,
appSettings
:
Properties
)
extends
FileUtils
{
val
rootPath
:
String
=
appSettings
.
getProperty
(
"mediaFolderRootPath"
)
val
cachedImagePath
:
String
=
appSettings
.
getProperty
(
"
cachedMedia
FolderPath"
)
val
cachedImagePath
:
String
=
appSettings
.
getProperty
(
"
thumbnail
FolderPath"
)
val
distributorUrl
:
String
=
appSettings
.
getProperty
(
"distributorUrl"
)
val
maxRetries
:
Int
=
appSettings
.
getProperty
(
"connectionMaxRetries"
).
toInt
val
retryAfter
:
Int
=
appSettings
.
getProperty
(
"connectionRetryAfterMs"
).
toInt
...
...
Write
Preview
Markdown
is supported
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