wheat-cache/conf/wheat-cache.yaml

34 lines
436 B
YAML

version: 'v1.0'
env: 'dev'
storage:
host: '127.0.0.1'
port: 5890
timeOut: 2 # second
# clearSize and maxSize must be Int
lruCache:
clearSize: "512mb"
maxSize: "1GB"
eventDriverSize: 2000
workTime: 1
detachNum: 300
logPrint:
stath: [ "debug", "error" ]
middleware-driver:
driverCount: 1000
middleConsumerCount: 5
plugins-control:
logcontext: [ "logMiddle" ]
gateway:
host: '127.0.0.1'
port: 5891