feat: add default yarn network-timeout and make it configurable

This commit is contained in:
Roni Väyrynen
2023-11-01 16:02:29 +02:00
parent 96c91250be
commit 7b4a600c1d
2 changed files with 7 additions and 2 deletions

View File

@@ -117,3 +117,7 @@ PRESERVE="3"
# supported protocols are udp and tcp
# example: tcp://syslog.company.lan:514
#SYSLOG_TARGET=""
# Configurable network-timeout setting for yarn, in ms.
# default: 300000 = 300sec
#YARN_NETWORK_TIMEOUT="300000"