We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4ef04d commit 7a438e3Copy full SHA for 7a438e3
readme.md
@@ -117,7 +117,7 @@ sch := lighttaskscheduler.MakeNewScheduler(
117
container, actuator,
118
lighttaskscheduler.Config{
119
TaskLimit: 5, // 任务并发限制
120
- ScanInterval: 100*time.Millisecond, // 系统扫描轮询周期,内存容器可以快速扫描,入股是 db 容器要注意配置合理的扫描间隔,防止对 db 造成比较大压力。
+ ScanInterval: 100*time.Millisecond, // 系统扫描轮询周期,内存容器可以快速扫描,如果是 db 容器要注意配置合理的扫描间隔,防止对 db 造成比较大压力。
121
})
122
123
// 添加任务
@@ -133,4 +133,4 @@ for i := 0; i < 1000; i++ {
133
134
}
135
136
-```
+```
0 commit comments