Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
kuaiy
OsDataIntelligentProcess
Commits
f44201d2
Commit
f44201d2
authored
1 year ago
by
luo hongyu
Browse files
Options
Download
Email Patches
Plain Diff
[dev]修改线程数
parent
e93a7f6f
master
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
DataProcessCenter/src/main/java/com/dataspy/center/MainApplication.java
+1
-1
...ter/src/main/java/com/dataspy/center/MainApplication.java
with
1 addition
and
1 deletion
+1
-1
DataProcessCenter/src/main/java/com/dataspy/center/MainApplication.java
+
1
-
1
View file @
f44201d2
...
...
@@ -14,7 +14,7 @@ import org.springframework.scheduling.annotation.EnableScheduling;
@EnableAspectJAutoProxy
(
proxyTargetClass
=
true
)
public
class
MainApplication
{
static
{
System
.
setProperty
(
"java.util.concurrent.ForkJoinPool.common.parallelism"
,
"
12
00"
);
System
.
setProperty
(
"java.util.concurrent.ForkJoinPool.common.parallelism"
,
"
9
00"
);
}
public
static
void
main
(
String
[]
args
)
{
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
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
Menu
Projects
Groups
Snippets
Help