wheat-cache/conf/wheat-cache.yaml

34 lines
436 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:
2021-10-10 20:53:34 +08:00
clearSize: "512mb"
2021-09-27 11:29:47 +08:00
maxSize: "1GB"
eventDriverSize: 2000
workTime: 1
2021-10-12 15:09:12 +08:00
detachNum: 300
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:
2021-10-12 15:09:12 +08:00
stath: [ "debug", "error" ]
2021-10-09 21:49:16 +08:00
middleware-driver:
driverCount: 1000
middleConsumerCount: 5
plugins-control:
2021-10-12 15:09:12 +08:00
logcontext: [ "logMiddle" ]
2021-10-16 18:29:31 +08:00
gateway:
host: '127.0.0.1'
port: 5891