Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
ioc_sixiang_license
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
zengtianlai3
ioc_sixiang_license
Commits
645cd69c
Commit
645cd69c
authored
Feb 08, 2023
by
AfirSraftGarrier
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into for-yx
parents
014d7017
23af365a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
README.md
license/doc/README.md
+2
-1
ThreadPoolConfig.java
...ain/java/iot/sixiang/license/config/ThreadPoolConfig.java
+1
-1
No files found.
license/doc/README.md
View file @
645cd69c
...
...
@@ -2,4 +2,5 @@
##### 2023.1版本
> 1. 执行update.2023.1.sql
> 2. 原来的root账号要换成邮箱,包括user_name和notify字段,两个都填超管账号邮箱。
> 3. 证书文件ca.crt/server.crt/server.pkcs8.key拷贝到正确的目录下。
\ No newline at end of file
> 3. 证书文件ca.crt/server.crt/server.pkcs8.key拷贝到正确的目录下。
> 4. 在yml中定义前端网页地址other.web。
\ No newline at end of file
license/src/main/java/iot/sixiang/license/config/ThreadPoolConfig.java
View file @
645cd69c
...
...
@@ -65,7 +65,7 @@ public class ThreadPoolConfig {
threadPoolTaskExecutor
.
setMaxPoolSize
(
10
);
threadPoolTaskExecutor
.
setKeepAliveSeconds
(
3
);
threadPoolTaskExecutor
.
setQueueCapacity
(
1000
);
threadPoolTaskExecutor
.
setRejectedExecutionHandler
(
new
ThreadPoolExecutor
.
Abort
Policy
());
threadPoolTaskExecutor
.
setRejectedExecutionHandler
(
new
ThreadPoolExecutor
.
CallerRuns
Policy
());
threadPoolTaskExecutor
.
initialize
();
return
threadPoolTaskExecutor
;
}
...
...
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