blob: 10d773f8b04027a89137f76654a4a70e48676acb (
plain)
1
2
3
4
5
6
7
8
|
# conf-qmq environment settings
# Here, you may change some global settings
# Note: The multiple-queue script is provisionally only
export SKELETON_CONCURRENCYREMOTE="120"
export SKELETON_QUEUELIFETIME="1440" # 24 Hours
export SKELETON_PORT="1000" # high ports for QMQ
|