File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ LIB_DEPENDS= libyaml-cpp.so:devel/yaml-cpp
12
12
13
13
BUILD_DEPENDS = ${NONEXISTENT}:devel/libevent \
14
14
${NONEXISTENT}:devel/boost-libs \
15
- ${NONEXISTENT}:databases/postgresql95 -client \
15
+ ${NONEXISTENT}:databases/postgresql96 -client \
16
16
${NONEXISTENT}:devel/nlohmann-json \
17
17
${NONEXISTENT}:devel/googletest \
18
18
${NONEXISTENT}:devel/libfmt
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ using namespace boost::interprocess;
22
22
// 120ms. Optimal lenght would be 16. Keep it a bit shorter in case operations
23
23
// take way longer, for example when HWLB is under a DDoS.
24
24
#define QUEUE_LEN 10
25
- #define MAX_NODES 20 // I hope 20 LB Nodes is reasonable enough
25
+ #define MAX_NODES 100 // I hope 100 LB Nodes is reasonable enough
26
26
#define ADDR_LEN sizeof (" FFFF:FFFF:FFFF:FFFF:FFFF:FFFF:255.255.255.255" ) + 1
27
27
28
28
message_queue *start_pfctl_worker ();
You can’t perform that action at this time.
0 commit comments