Skip to content

Commit 24e6939

Browse files
committed
feat: add competition.hierarchy-lock-timeout-ms property to application(-test).yaml
1 parent e71a666 commit 24e6939

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

src/main/resources/application-test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,7 @@ graph:
4545
drive-id: dummy-drive
4646

4747
web_client:
48-
origin: http://localhost:3000
48+
origin: http://localhost:3000
49+
50+
competition:
51+
hierarchy-lock-timeout-ms: ${LOCK_TIMEOUT:1000}

src/main/resources/application.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,4 +145,7 @@ app:
145145
cron: ${APP_FILEMANAGER_CLEANUP_CRON:0 0 3 * * *}
146146
news:
147147
archiving:
148-
cron: ${APP_NEWS_ARCHIVING_CRON:0 5 0 * * *}
148+
cron: ${APP_NEWS_ARCHIVING_CRON:0 5 0 * * *}
149+
150+
competition:
151+
hierarchy-lock-timeout-ms: ${LOCK_TIMEOUT:3000}

0 commit comments

Comments
 (0)