jvz commented on a change in pull request #275: Log4 j2 2621 URL: https://github.com/apache/logging-log4j2/pull/275#discussion_r293570398
########## File path: log4j-core/src/main/java/org/apache/logging/log4j/core/selector/ContextSelector.java ########## @@ -26,6 +27,36 @@ */ public interface ContextSelector { + long DEFAULT_STOP_TIMEOUT = 50; Review comment: You can use `java.time.Duration` at this point. ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services