Update Site.java
setCycleRetryTimes的javadoc是这么说的:Set cycleRetryTimes times when download fail, 0 by default. Only work in RedisScheduler. 而通过查看源码发现似乎并没有做限制,即只能用于RedisScheduler. 故想问一下该javadoc是否过时了?master
parent
42a30074c9
commit
bc666e927d
|
@ -331,7 +331,7 @@ public class Site {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set cycleRetryTimes times when download fail, 0 by default. Only work in RedisScheduler. <br>
|
* Set cycleRetryTimes times when download fail, 0 by default. <br>
|
||||||
*
|
*
|
||||||
* @return this
|
* @return this
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue