From 410ca6ea8e7d7a097dca95c588b997ae23d62484 Mon Sep 17 00:00:00 2001 From: Emanuel Vieira Date: Thu, 23 Jun 2022 15:16:41 +0000 Subject: [PATCH] Revert "Increase max toll conns to 64" This reverts commit 57d141f7891edbb3e853ad5247857bce767d6da7 --- src/tpm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tpm.h b/src/tpm.h index db44454..23b1849 100644 --- a/src/tpm.h +++ b/src/tpm.h @@ -8,7 +8,7 @@ #define TOLLING_INFOS_MAX_LENGTH 16 #define TOLLING_PAYMENT_MIN_PERIOD_MS 60000 -#define TOLLING_MAX_CONNS 64 +#define TOLLING_MAX_CONNS 24 #define TOLLING_CONN_TIMEOUT_MS 10000 typedef enum TOLLING_PROTOCOL {