Skip to content

Commit

Permalink
set timeout to be very long
Browse files Browse the repository at this point in the history
  • Loading branch information
BalduinLandolt committed Apr 9, 2024
1 parent d520f6d commit cae93e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions webapi/src/main/resources/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ pekko {
idle-timeout = 479999 ms // 480 s

parsing {
max-chunk-size = 2m
max-chunk-size = 2m
max-response-reason-length = 1024
}
}
Expand Down Expand Up @@ -461,10 +461,10 @@ app {
host = ${?KNORA_WEBAPI_TRIPLESTORE_HOST}

// timeout for triplestore queries. can be same or lower then pekko.http.server.request-timeout.
query-timeout = 20 seconds
query-timeout = 2000 seconds

// timeout for Gravsearch queries. can be same or lower then pekko.http.server.request-timeout.
gravsearch-timeout = 120 seconds
gravsearch-timeout = 12000 seconds

// triplestore auto init. initialize triplestore at startup if necessary.
auto-init = false
Expand Down

0 comments on commit cae93e8

Please sign in to comment.