Commit a9966f9d by zhiwei

修改微博话题为,每3小时采集一次

parent 70877f42
...@@ -25,7 +25,7 @@ public class WeiboTopicRun extends Thread{ ...@@ -25,7 +25,7 @@ public class WeiboTopicRun extends Thread{
while(f) { while(f) {
try { try {
getTopicList(); getTopicList();
TimeUnit.DAYS.sleep(1); TimeUnit.HOURS.sleep(3);
} catch (Exception e) { } catch (Exception e) {
e.fillInStackTrace(); e.fillInStackTrace();
ZhiWeiTools.sleep(60*60*1000); ZhiWeiTools.sleep(60*60*1000);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment