Skip to content

Commit

Permalink
!fixup 3856a1b
Browse files Browse the repository at this point in the history
  • Loading branch information
drallieiv committed Aug 9, 2023
1 parent 0a34734 commit 2681ce7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public class QueueLinkActivator implements LinkActivator, Runnable {
private ActivationLimiter limiter;

public QueueLinkActivator() {
new OkHttpClient.Builder()
this.client = new OkHttpClient.Builder()
.readTimeout(10,TimeUnit.SECONDS)
.retryOnConnectionFailure(false)
.connectionPool(new ConnectionPool(0,10,TimeUnit.SECONDS))
Expand Down

0 comments on commit 2681ce7

Please sign in to comment.