You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/03/18 17:47:13 UTC

[GitHub] [pulsar] ConcurrencyPractitioner commented on a change in pull request #3848: [Issue-2122] [pulsar-client] Adding configuration for backoff strategy

ConcurrencyPractitioner commented on a change in pull request #3848: [Issue-2122] [pulsar-client] Adding configuration for backoff strategy
URL: https://github.com/apache/pulsar/pull/3848#discussion_r266565229
 
 

 ##########
 File path: pulsar-client/src/main/java/org/apache/pulsar/client/impl/Backoff.java
 ##########
 @@ -25,8 +25,10 @@
 
 // All variables are in TimeUnit millis by default
 public class Backoff {
-    private static final long DEFAULT_INTERVAL_IN_NANOSECONDS = TimeUnit.MILLISECONDS.toNanos(100);
+	private static final long DEFAULT_INTERVAL_IN_NANOSECONDS = TimeUnit.MILLISECONDS.toNanos(100);
 
 Review comment:
   Yeah, these things pop up occasionally.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services