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
Import Process
Fedora Ingest Service
Commits
faacad78
Commit
faacad78
authored
Feb 19, 2021
by
Thomas Bernhart
Browse files
Reduce CONSUMER_MAX_INTERVAL_MS to 10 min
parent
33362c99
Pipeline
#22086
passed with stages
in 4 minutes and 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/main/kotlin/Service.kt
View file @
faacad78
...
...
@@ -39,7 +39,7 @@ class Service(fileName: String = "app.yml") : Closeable {
companion
object
{
const
val
FEDORA_PROPERTIES_PREFIX
=
"fedora"
const
val
CONSUMER_MAX_POLL_RECORDS
=
"10"
const
val
CONSUMER_MAX_INTERVAL_MS
=
"
3
600000"
//
3
600000ms = 1
h
const
val
CONSUMER_MAX_INTERVAL_MS
=
"600000"
// 600000ms = 1
0min
const
val
BINARY_FILE_URI_PATH
=
"binary"
const
val
SFTP_PREFIX
=
"sftp:"
...
...
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