紫鸟查询店铺更新
This commit is contained in:
@@ -40,4 +40,25 @@ public class ZiniaoProperties {
|
||||
* null/空/<=0 表示不限制(不推荐)。
|
||||
*/
|
||||
private Integer keyScanMaxSeconds;
|
||||
|
||||
/**
|
||||
* 店铺索引后台刷新 cron。
|
||||
*/
|
||||
private String shopIndexRefreshCron;
|
||||
|
||||
/**
|
||||
* 店铺索引条目保鲜分钟数。
|
||||
*/
|
||||
private Integer shopIndexFreshMinutes;
|
||||
|
||||
/**
|
||||
* 店铺索引条目 TTL 小时数。
|
||||
*/
|
||||
private Integer shopIndexEntryTtlHours;
|
||||
|
||||
/**
|
||||
* 每次索引刷新最多扫描多少个 apiKey;
|
||||
* null/空/<=0 表示不限制(不推荐)。
|
||||
*/
|
||||
private Integer shopIndexRefreshBatchSize;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user