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
jack
2016-11-08 21:07:04 +0800
Commit
8f5b322d4bff31263a7eee5dda5219ffd161478a
1 parent
029d7453
update
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
monitor-service-middleware/src/main/java/com/monitor/middleware/redis/service/impl/RedisMonitorImpl.java
monitor-service-middleware/src/main/java/com/monitor/middleware/redis/service/impl/RedisMonitorImpl.java
View file @
8f5b322
...
...
@@ -45,7 +45,7 @@ public class RedisMonitorImpl {
@Getter
private
AtomicLong
update
=
new
AtomicLong
();
@Scheduled
(
fixedRate
=
15
*
1000
)
@Scheduled
(
fixedRate
=
60
*
1000
)
public
void
monitor
()
{
update
.
set
(
System
.
currentTimeMillis
());
...
...
Please
register
or
login
to post a comment