Commit e8da7cd0 authored by 年畅's avatar 年畅 🛀

fix

parent 49ff20e2
......@@ -16,9 +16,6 @@ public class ListSellerConst {
public static List<Long> list = new ArrayList<>();
static {
list.add(31918L);
list.add(214159L);
list.add(210512L);
list.add(210148L);
list.add(208418L);
list.add(215897L);
......
......@@ -3202,7 +3202,7 @@ public class OrderRoutingServiceImpl implements OrderRoutingService, Initializin
int coreSize = Runtime.getRuntime().availableProcessors();
workQueue = new ArrayBlockingQueue(40);
executorService = new ThreadPoolExecutor(16, 16, 1, TimeUnit.MINUTES,
executorService = new ThreadPoolExecutor(24, 24, 1, TimeUnit.MINUTES,
workQueue, new NamedThreadFactory("order-routing"),
new ThreadPoolExecutor.AbortPolicy());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment