wheat-cache/conf/wheat-cache.yaml

30 lines
384 B
YAML
Raw Normal View History

2021-09-05 17:07:34 +08:00
version: 'v1.0'
env: 'dev'
storage:
host: '127.0.0.1'
port: 5890
2021-09-28 22:42:11 +08:00
timeOut: 2 # second
2021-09-27 11:29:47 +08:00
# clearSize and maxSize must be Int
lruCache:
clearSize: "512MB"
maxSize: "1GB"
eventDriverSize: 2000
workTime: 1
2021-10-06 19:02:37 +08:00
2021-10-09 21:49:16 +08:00
2021-10-06 19:02:37 +08:00
logPrint:
stath: [
"debug",
"error"
]
2021-10-09 21:49:16 +08:00
middleware-driver:
driverCount: 1000
middleConsumerCount: 5
plugins-control:
logcontext: ["logMiddle"]