feat(1.4.0): 1.下线废弃配置 2.readme添加Q/A
This commit is contained in:
parent
f532f7d39d
commit
b3cfe068c3
@ -51,6 +51,7 @@
|
||||
- [OpenApi](https://snailjob.opensnail.com/docs/guide/openapi/openapi_overview.html)
|
||||
- [Python客户端](https://snailjob.opensnail.com/docs/guide/client/python/python.html)
|
||||
- [Go客户端](https://snailjob.opensnail.com/docs/guide/client/go/go.html)
|
||||
- [Q/A](https://snailjob.opensnail.com/docs/QA.html)
|
||||
|
||||
## 系统截图
|
||||
|
||||
|
@ -71,11 +71,6 @@ public class SystemProperties {
|
||||
*/
|
||||
private int maxDispatchCapacity = 10000;
|
||||
|
||||
/**
|
||||
* 号段模式下步长配置 默认100
|
||||
*/
|
||||
private int step = 100;
|
||||
|
||||
/**
|
||||
* 日志默认保存天数
|
||||
*/
|
||||
|
@ -80,6 +80,5 @@ snail-job:
|
||||
retry-pull-page-size: 1000 # 拉取重试数据的每批次的大小
|
||||
job-pull-page-size: 1000 # 拉取重试数据的每批次的大小
|
||||
server-port: 17888 # 服务器端口
|
||||
step: 100 # 号段模式下步长配置
|
||||
log-storage: 7 # 日志保存时间(单位: day)
|
||||
rpc-type: grpc
|
||||
|
Loading…
Reference in New Issue
Block a user