mirror of
https://github.com/Bryanthelol/namekoplus
synced 2025-04-06 11:17:28 +08:00
7 lines
199 B
YAML
7 lines
199 B
YAML
AMQP_URI: pyamqp://${RABBIT_USER:admin}:${RABBIT_PASSWORD:admin}@${RABBIT_HOST:localhost}:${RABBIT_PORT:5672}/
|
|
RPC_EXCHANGE: 'nameko-rpc'
|
|
|
|
max_workers: 20
|
|
PREFETCH_COUNT: 20
|
|
parent_calls_tracked: 20
|