java-driver icon indicating copy to clipboard operation
java-driver copied to clipboard

Remove unnecessary locking in DefaultNettyOptions

Open jasonk000 opened this issue 10 months ago • 0 comments

This value is initialized at constructor time and marked final, so it can never change. There is no need to have access to this reference synchronized.

jasonk000 avatar Mar 17 '25 17:03 jasonk000