Skip to content

Commit

Permalink
Update RdClient.groovy
Browse files Browse the repository at this point in the history
  • Loading branch information
avelasquezr committed Jan 25, 2024
1 parent f9ef958 commit 1d45190
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ class RdClient {
new RdClient(
baseUrl,
new OkHttpClient.Builder().
connectTimeout(30, TimeUnit.SECONDS).
writeTimeout(30, TimeUnit.SECONDS).
readTimeout(60, TimeUnit.SECONDS).
addInterceptor(new HeaderInterceptor("X-Rundeck-Auth-token", apiToken)).
build()
)
Expand Down

0 comments on commit 1d45190

Please sign in to comment.