-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathconf.yml
More file actions
36 lines (35 loc) · 721 Bytes
/
Copy pathconf.yml
File metadata and controls
36 lines (35 loc) · 721 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# scheduler:
# workersNum: 100
# bucketsNum: 20
# tryLockSeconds: 70
# tryLockGapMilliSeconds: 100
# successExpireSeconds: 130
# trigger:
# zrangeGapSeconds: 1
# workersNum: 10000
# webserver:
# port: 8092
# migrator:
# workersNum: 1000
# migrateStepMinutes: 60
# migrateTryLockMinutes: 20
# migrateSuccessExpireMinutes: 120
# timerDetailCacheMinutes: 2
mysql:
### 必填
dsn: 请输入 mysql dsn
# maxOpenConns: 100
# maxIdleConns: 50
# pool:
# size: 500000
# expireSeconds: 30
# nonBlocking: false
redis:
# network: tcp
## 必填
address: 请输入 redis 地址
password: 请输入 redis 密码
# maxIdle: 2000
# idleTimeout: 10
# maxActive: 5000
# wait: true