Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
chore: Decrease timeout for emptying repository (DEV-1518) (#2310)
  • Loading branch information
mpro7 committed Nov 29, 2022
1 parent 7ae6d24 commit a83000b
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 = 14400000 // 4 hours
private val requestTimeoutMillis = 7200000 // 2 hours

private val queryRequestConfig = RequestConfig
.custom()
Expand Down

0 comments on commit a83000b

Please sign in to comment.