Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ops
/
monitor-service
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
chunhua.zhang
2017-04-04 09:03:25 +0800
Commit
005f9c73a71e3fc0686580c722c80ddcf5adea53
1 parent
163f7e26
Update MaliciousIpJob.java
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
monitor-service-other/src/main/java/com/monitor/other/maliciousip/job/MaliciousIpJob.java
monitor-service-other/src/main/java/com/monitor/other/maliciousip/job/MaliciousIpJob.java
View file @
005f9c7
...
...
@@ -58,7 +58,7 @@ public class MaliciousIpJob {
uploadMaliciousIp
();
}
};
//0:代表是延迟0
timer
.
scheduleAtFixedRate
(
timerTask
,
0
,
1
*
3
0
*
1000
);
timer
.
scheduleAtFixedRate
(
timerTask
,
0
,
1
*
1
0
*
1000
);
}
private
void
uploadMaliciousIp
(){
...
...
Please
register
or
login
to post a comment