Point out the importance of keeping max_conns in sync..

This commit is contained in:
ltning 2024-08-11 15:51:20 +00:00
parent db4045f54f
commit 8ea811add0

View file

@ -42,6 +42,9 @@ stream {
upstream backend {
# Using a hostname; IP might be preferable. I limit the connection
# count to the number of virtual modems on my OS/2 installation ..
# IMPORTANT! If you have a different number of nodes behind a single
# IP, change this number AND change the corresponding setting in
# bbs_math.lua!
server 192.88.99.15:8023 max_conns=2;
}