Skip to content

Commit

Permalink
fix: Increase timeout when emptying repository (DEV-1506) (#2289)
Browse files Browse the repository at this point in the history
Co-authored-by: Marcin Procyk <marcin.procyk@dasch.swiss>
  • Loading branch information
irinaschubert and mpro7 committed Nov 18, 2022
1 parent 4b66682 commit 39771ed
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -89,7 +89,7 @@ case class TriplestoreServiceHttpConnectorImpl(

// the client config used for queries to the triplestore. The timeout has to be larger than
// config.triplestore.queryTimeoutAsDuration and config.triplestore.gravsearchTimeoutAsDuration.
private val requestTimeoutMillis = 7200000 // 2 hours
private val requestTimeoutMillis = 14400000 // 4 hours

private val queryRequestConfig = RequestConfig
.custom()
Expand Down

0 comments on commit 39771ed

Please sign in to comment.