diff --git a/config/protomask-clat.json b/config/protomask-clat.json index 1c270a2..14353ed 100644 --- a/config/protomask-clat.json +++ b/config/protomask-clat.json @@ -3,5 +3,6 @@ "customer_pool": [ "192.0.2.0/24" ], - "prometheus_bind_addr": "[::1]:8999" + "prometheus_bind_addr": "[::1]:8999", + "queues": 10 } \ No newline at end of file diff --git a/config/protomask.json b/config/protomask.json index 305d764..fef2a88 100644 --- a/config/protomask.json +++ b/config/protomask.json @@ -10,5 +10,6 @@ } ], "prometheus_bind_addr": "[::1]:8999", - "reservation_timeout": 7200 + "reservation_timeout": 7200, + "queues": 10 } \ No newline at end of file