Skip to content

Commit

Permalink
Correct javadoc to be consistent with the current behavior (#12152)
Browse files Browse the repository at this point in the history
Motivation:

4797b88 change that default value related to ThreadLocal caches of buffers but did miss to update the javadocs

Modifications:

Correct javadocs

Result:

Javadocs reflect reality
  • Loading branch information
normanmaurer committed Mar 9, 2022
1 parent 7a74563 commit 9e96358
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ public static int defaultMaxOrder() {
}

/**
* Default thread caching behavior - System Property: io.netty.allocator.useCacheForAllThreads - default true
* Default thread caching behavior - System Property: io.netty.allocator.useCacheForAllThreads - default false
*/
public static boolean defaultUseCacheForAllThreads() {
return DEFAULT_USE_CACHE_FOR_ALL_THREADS;
Expand Down

0 comments on commit 9e96358

Please sign in to comment.