hotfix: Check if the backend is up within 30s to reduce the time it takes for editor to come up on restart

This commit is contained in:
Trisha Anand 2022-03-17 16:52:24 +05:30
parent ed790f9794
commit 42b4a2849e

View File

@ -5,7 +5,7 @@ command=/opt/appsmith/run-with-env.sh java -Dserver.port=8080 -Djava.security.eg
priority=15
autostart=true
autorestart=true
startsecs=210
startsecs=30
startretries=3
stdout_logfile=/appsmith-stacks/logs/%(program_name)s/%(program_name)s.log
redirect_stderr=true