Skip to content

Commit 8e4db4f

Browse files
authored
Merge pull request #144 from jens-mp/adjust-client-connection-limit
Adjust client connection limit to match ddos protection measures
2 parents dc99f98 + 89acf97 commit 8e4db4f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

run/etc_indy/indy_config.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
# For running indy >= 1.13 in a legacy network (i.e. including revocation transactions written by indy nodes < 1.13)
2323
REV_STRATEGY_USE_COMPAT_ORDERING=True
2424

25+
MAX_CONNECTED_CLIENTS_NUM=1600
26+
2527
## Logging
2628
# 0 means everything
2729
logLevel = 20

0 commit comments

Comments
 (0)