init
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
# transaction logging
|
||||
logger.async.active=true
|
||||
logger.async.pool.initonstartup=true
|
||||
logger.async.pool.intsize=8
|
||||
logger.async.pool.maxsize=10
|
||||
logger.async.queue.size=1024
|
||||
logger.async.worker.size=16
|
||||
|
||||
# cloud option
|
||||
scalable=false
|
||||
inst.Port=10210
|
||||
router.url=
|
||||
|
||||
# graceful shutdown
|
||||
shutdown.wait.secs=30
|
||||
shutdown.wait.intervalms=1000
|
||||
|
||||
# message function
|
||||
# use default options
|
||||
# async queue
|
||||
use.internal.queue=true
|
||||
# sync-async mapping
|
||||
use.internal.topic=true
|
||||
# restore mapping
|
||||
use.cache.store=true
|
||||
Reference in New Issue
Block a user