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:
parent
ed790f9794
commit
42b4a2849e
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user