Fixed an issue where pgAdmin 4 took ~75 seconds to display the 'Starting pgAdmin' text on the splash screen. Fixes #7230

This commit is contained in:
Akshay Joshi
2022-03-10 19:02:11 +05:30
parent e256f734df
commit 0f5d4cd7b7
6 changed files with 24 additions and 13 deletions

View File

@@ -128,7 +128,10 @@ _build_runtime() {
# YARN END
# WGET:
NW_VERSION=$(yarn info nw | grep latest | awk -F "'" '{ print $2}')
# Comment out the below line as the latest version (0.62.0) having some
# problem, so for the time being hardcoded the version to 0.61.0
# NW_VERSION=$(yarn info nw | grep latest | awk -F "'" '{ print $2}')
NW_VERSION="0.61.0"
pushd "${BUILDROOT}" > /dev/null
while true;do