File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
dev/com.ibm.ws.threading/src/com/ibm/ws/threading/internal Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11/*******************************************************************************
2- * Copyright (c) 2010, 2025 IBM Corporation and others.
2+ * Copyright (c) 2010, 2026 IBM Corporation and others.
33 * All rights reserved. This program and the accompanying materials
44 * are made available under the terms of the Eclipse Public License 2.0
55 * which accompanies this distribution, and is available at
@@ -216,8 +216,8 @@ ThreadPoolExecutor getThreadPool() {
216216
217217 public static boolean isBeta = Boolean .valueOf (System .getProperty ("com.ibm.ws.beta.edition" ));
218218
219- // Default to use BoundedBuffer , but make it possible to easily switch to using ConcurrentPriorityBlockingQueue
220- public static final boolean useBoundedBuffer = Boolean .valueOf (System .getProperty ("io.openliberty.threading.useBoundedBuffer" , "true " ));
219+ // Default to use ConcurrentPriorityBlockingQueue , but make it possible to easily switch to using BoundedBuffer
220+ public static final boolean useBoundedBuffer = Boolean .valueOf (System .getProperty ("io.openliberty.threading.useBoundedBuffer" , "false " ));
221221
222222 /**
223223 * Create a thread pool executor with the configured attributes from this
You can’t perform that action at this time.
0 commit comments