Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
memoriav
M
Memobase 2020
S
services
import-process
Fedora Ingest Service
Commits
faacad78
Commit
faacad78
authored
Feb 19, 2021
by
Thomas Bernhart
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/main/kotlin/Service.kt
src/main/kotlin/Service.kt
+1
-1
No files found.
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