garydgregory commented on PR #452:
URL: https://github.com/apache/commons-io/pull/452#issuecomment-1518657241

   @maxxedev 
   TY for the PR. 
   
   I merged it and updated the code to use a builder instead of adding yet 
another constructor (see the rest of the code base).
   
   What feels odd is that `LinkedBlockingQueue` polls using nanoseconds and we 
now use milliseconds as the internal timeout, so we cannot use the most precise 
polling. Any thoughts on changing milliseconds to nanoseconds?
   


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to