Skip to content

Commit

Permalink
fix: increase max named pipe instances to 4 (#91)
Browse files Browse the repository at this point in the history
Signed-off-by: Charles Moore <122481442+moorec-aws@users.noreply.github.com>
  • Loading branch information
moorec-aws committed Mar 22, 2024
1 parent 1398c56 commit 7440c53
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
DEFAULT_NAMED_PIPE_TIMEOUT_MILLISECONDS = 5000
# This number must be >= 2, one instance is for normal operation communication
# and the other one is for immediate shutdown communication
DEFAULT_MAX_NAMED_PIPE_INSTANCES = 2
DEFAULT_MAX_NAMED_PIPE_INSTANCES = 4

0 comments on commit 7440c53

Please sign in to comment.