Increase max toll conns to 64

This commit is contained in:
emanuel 2022-06-23 15:38:49 +01:00
parent 7781ffe805
commit 57d141f789
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
#define TOLLING_INFOS_MAX_LENGTH 16
#define TOLLING_PAYMENT_MIN_PERIOD_MS 60000
#define TOLLING_MAX_CONNS 24
#define TOLLING_MAX_CONNS 64
#define TOLLING_CONN_TIMEOUT_MS 10000
typedef enum TOLLING_PROTOCOL {