mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-25 18:55:32 -06:00
Reduce default maximum tracked hosts to 64k from 128k
This commit is contained in:
parent
92db07b449
commit
c7ca4b171d
@ -1,10 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
// Maximum number of client IPs we are tracking
|
||||
#define MAX_TRACKED_IPS 128000
|
||||
#define MAX_TRACKED_IPS 64000
|
||||
|
||||
// Maximum number of TC class mappings to support
|
||||
#define IP_HASH_ENTRIES_MAX 128000
|
||||
#define IP_HASH_ENTRIES_MAX 64000
|
||||
|
||||
// Maximum number of supported CPUs
|
||||
#define MAX_CPUS 1024
|
||||
|
Loading…
Reference in New Issue
Block a user