We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aa46b3 commit dfd2d61Copy full SHA for dfd2d61
mytoninstaller/settings.py
@@ -58,7 +58,7 @@ def FirstNodeSettings(local):
58
59
# Прописать автозагрузку
60
cpus = psutil.cpu_count() - 1
61
- cmd = f"{validatorAppPath} --threads {cpus} --daemonize --global-config {globalConfigPath} --db {ton_db_dir} --logname {tonLogPath} --state-ttl 604800 --archive-ttl {archive_ttl} --verbosity 1"
+ cmd = f"{validatorAppPath} --threads {cpus} --daemonize --global-config {globalConfigPath} --db {ton_db_dir} --logname {tonLogPath} --archive-ttl {archive_ttl} --verbosity 1"
62
add2systemd(name="validator", user=vuser, start=cmd) # post="/usr/bin/python3 /usr/src/mytonctrl/mytoncore.py -e \"validator down\""
63
64
# Получить внешний ip адрес
0 commit comments