Sign in
潘钊
/
control_service_data_Interface
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
c43abb73438c73f6009d4883801e3e792b042418
Authored by
潘钊
2017-12-27 10:57:49 +0800
1 parent
5996ac83
update...
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/bsth/redis/OilRedisService.java
src/main/java/com/bsth/redis/OilRedisService.java
View file @
c43abb7
...
...
@@ -147,7 +147,7 @@ public class OilRedisService implements CommandLineRunner {
147
147
@Override
148
148
public void run() {
149
149
try {
150
- oilRedisService.synchData(
3
);
150
+ oilRedisService.synchData(
5
);
151
151
} catch (Exception e) {
152
152
logger.error("", e);
153
153
}
...
...