ExtensionSystem.java 488 Bytes
Newer Older
284718418@qq.com committed
1 2 3 4 5 6 7 8 9 10
package cn.timer.api.bean.extension;

import lombok.Data;

/**
 * @author wuqingjun
 * @email 284718418@qq.com
 * @date 2021/12/14
 */
@Data
284718418@qq.com committed
11
public class ExtensionSystem {
284718418@qq.com committed
12 13 14 15 16 17 18
    private int content_post_message_timeout= 25000;
    private int latest_version_fetch_interval= 900000;
    private int core_api_fetch_interval= 600000;
    private int jobposition_fetch_interval= 60000;
    private boolean job_position_filterable= true;
    private double smart_match_job_position_rate= 0.7;
}