From 66552aeccc3b8fca0d13d7faafb51ed738e67538 Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Wed, 24 Apr 2024 12:02:55 -0400 Subject: [PATCH] Add queues to config files --- config/protomask-clat.json | 3 ++- config/protomask.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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