Skip to content

Commit 04a3255

Browse files
committed
added comments
1 parent 9f76602 commit 04a3255

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mta-multi-tenant.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ modules:
8585
url: ~{srv-url}
8686
forwardAuthToken: true
8787
strictSSL: true
88-
timeout: 600000
88+
timeout: 600000 # required for long running HTTP requests, e.g. large attachment uploads
8989
- name: bookshop-mt-uaa
9090
provides:
9191
- name: app-api

mta-single-tenant.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ modules:
6666
url: ~{srv-url}
6767
forwardAuthToken: true
6868
strictSSL: true
69-
timeout: 600000
69+
timeout: 600000 # required for long running HTTP requests, e.g. large attachment uploads
7070
- name: bookshop-uaa
7171
provides:
7272
- name: app-api

0 commit comments

Comments
 (0)