feat(1.4.0): 1.下线废弃配置 2.readme添加Q/A

This commit is contained in:
opensnail 2025-03-23 10:48:33 +08:00
parent f532f7d39d
commit b3cfe068c3
3 changed files with 1 additions and 6 deletions

View File

@ -51,6 +51,7 @@
- [OpenApi](https://snailjob.opensnail.com/docs/guide/openapi/openapi_overview.html) - [OpenApi](https://snailjob.opensnail.com/docs/guide/openapi/openapi_overview.html)
- [Python客户端](https://snailjob.opensnail.com/docs/guide/client/python/python.html) - [Python客户端](https://snailjob.opensnail.com/docs/guide/client/python/python.html)
- [Go客户端](https://snailjob.opensnail.com/docs/guide/client/go/go.html) - [Go客户端](https://snailjob.opensnail.com/docs/guide/client/go/go.html)
- [Q/A](https://snailjob.opensnail.com/docs/QA.html)
## 系统截图 ## 系统截图

View File

@ -71,11 +71,6 @@ public class SystemProperties {
*/ */
private int maxDispatchCapacity = 10000; private int maxDispatchCapacity = 10000;
/**
* 号段模式下步长配置 默认100
*/
private int step = 100;
/** /**
* 日志默认保存天数 * 日志默认保存天数
*/ */

View File

@ -80,6 +80,5 @@ snail-job:
retry-pull-page-size: 1000 # 拉取重试数据的每批次的大小 retry-pull-page-size: 1000 # 拉取重试数据的每批次的大小
job-pull-page-size: 1000 # 拉取重试数据的每批次的大小 job-pull-page-size: 1000 # 拉取重试数据的每批次的大小
server-port: 17888 # 服务器端口 server-port: 17888 # 服务器端口
step: 100 # 号段模式下步长配置
log-storage: 7 # 日志保存时间(单位: day) log-storage: 7 # 日志保存时间(单位: day)
rpc-type: grpc rpc-type: grpc