Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Felix Foertsch
cwa-server
Commits
f15e36f1
Commit
f15e36f1
authored
Jun 18, 2020
by
Steve
Browse files
introduce save diagnosis keys timeout
parent
b92cd245
Changes
1
Hide whitespace changes
Inline
Side-by-side
common/persistence/src/main/java/app/coronawarn/server/common/persistence/service/DiagnosisKeyService.java
View file @
f15e36f1
...
...
@@ -57,7 +57,7 @@ public class DiagnosisKeyService {
* @throws IllegalArgumentException in case the given collection contains {@literal null}.
*/
@Timed
@Transactional
@Transactional
(
timeout
=
10
)
public
void
saveDiagnosisKeys
(
Collection
<
DiagnosisKey
>
diagnosisKeys
)
{
for
(
DiagnosisKey
diagnosisKey
:
diagnosisKeys
)
{
keyRepository
.
saveDoNothingOnConflict
(
...
...
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