Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
order-center-tool-2
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
陈文明
order-center-tool-2
Commits
e8da7cd0
Commit
e8da7cd0
authored
Jul 03, 2025
by
年畅
🛀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
49ff20e2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
4 deletions
+1
-4
ListSellerConst.java
...a/com/zm/order/tool/server/constants/ListSellerConst.java
+0
-3
OrderRoutingServiceImpl.java
.../server/service/impl/routing/OrderRoutingServiceImpl.java
+1
-1
No files found.
src/main/java/com/zm/order/tool/server/constants/ListSellerConst.java
View file @
e8da7cd0
...
...
@@ -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
);
...
...
src/main/java/com/zm/order/tool/server/service/impl/routing/OrderRoutingServiceImpl.java
View file @
e8da7cd0
...
...
@@ -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
());
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment