Add queues to config files
This commit is contained in:
parent
d05a33c3ca
commit
66552aeccc
@ -3,5 +3,6 @@
|
|||||||
"customer_pool": [
|
"customer_pool": [
|
||||||
"192.0.2.0/24"
|
"192.0.2.0/24"
|
||||||
],
|
],
|
||||||
"prometheus_bind_addr": "[::1]:8999"
|
"prometheus_bind_addr": "[::1]:8999",
|
||||||
|
"queues": 10
|
||||||
}
|
}
|
@ -10,5 +10,6 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"prometheus_bind_addr": "[::1]:8999",
|
"prometheus_bind_addr": "[::1]:8999",
|
||||||
"reservation_timeout": 7200
|
"reservation_timeout": 7200,
|
||||||
|
"queues": 10
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user