wheat-cache/conf/wheat-cache.yaml

16 lines
217 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