Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dc-java
Overview
Overview
Details
Activity
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
bltdc
dc-java
Commits
3749b715
Commit
3749b715
authored
Aug 17, 2020
by
huluobin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增实际冗余 预计冗余 判断
parent
124dfca4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
pom.xml
data-common/pom.xml
+0
-1
pom.xml
data-show/show-auto-turnover/pom.xml
+0
-1
AutoTurnoverJob.java
...over/src/main/java/com/bailuntec/job/AutoTurnoverJob.java
+3
-0
No files found.
data-common/pom.xml
View file @
3749b715
...
...
@@ -94,7 +94,6 @@
<dependency>
<groupId>
org.junit.jupiter
</groupId>
<artifactId>
junit-jupiter-api
</artifactId>
<version>
RELEASE
</version>
<scope>
test
</scope>
</dependency>
...
...
data-show/show-auto-turnover/pom.xml
View file @
3749b715
...
...
@@ -38,7 +38,6 @@
<dependency>
<groupId>
org.junit.jupiter
</groupId>
<artifactId>
junit-jupiter-api
</artifactId>
<version>
RELEASE
</version>
<scope>
test
</scope>
</dependency>
...
...
data-show/show-auto-turnover/src/main/java/com/bailuntec/job/AutoTurnoverJob.java
View file @
3749b715
...
...
@@ -63,6 +63,9 @@ public class AutoTurnoverJob extends PointJob {
ExecutorService
executorService
=
new
ThreadPoolExecutor
(
20
,
100
,
2
,
TimeUnit
.
MINUTES
,
new
LinkedBlockingQueue
<>(),
Executors
.
defaultThreadFactory
(),
...
...
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