Sign in
周伟鹏
/
cnlive_shenhe
·
Commits
GitLab
Back to dashboard
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
c16b1bbd961c6858af3a68d1a183e6813d562a09
Authored by
liwei2917
2019-05-14 11:38:58 +0800
1 parent
f49970ac
修改定时任务
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/cnlive/shenhe/job/UsersSiteJob.java
src/main/java/com/cnlive/shenhe/job/UsersSiteJob.java
View file @
c16b1bb
...
...
@@ -46,7 +46,7 @@ public class UsersSiteJob {
46
46
ShySitesMapper shySitesMapper;
47
47
48
48
49
- @Scheduled(fixedRate =
1
* 60 * 1000)
49
+ @Scheduled(fixedRate =
30
* 60 * 1000)
50
50
public void syncUsers() {
51
51
try {
52
52
String tm = "0";
...
...