insurance-spider/config.js

7 lines
126 B
JavaScript

export default {
// 分页获取限制
pageNumberLimit: 3,
fullFetchTime: 2000,
incrementFetchTime: 5 * 60 * 1000,
};