From 406943bc12a2e3cd6c10856e760eb657324b7cab Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Fri, 21 Mar 2025 02:15:03 +0900 Subject: [PATCH] fix: reduce startup time --- CHANGELOG.md | 4 ++++ dzgui.sh | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bdbc03..25e90e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [5.7.0-beta.11] 2024-03-20 +## Fixed +- Reduce startup time when testing remote APIs + ## [5.7.0-beta.10] 2024-03-15 ## Added - Restore application size on subsequent startup diff --git a/dzgui.sh b/dzgui.sh index fa96958..b812318 100755 --- a/dzgui.sh +++ b/dzgui.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash set -o pipefail -version=5.7.0-beta.10 +version=5.7.0-beta.11 #CONSTANTS aid=221100 @@ -882,7 +882,7 @@ test_connection(){ local res2 local str="No connection could be established to the remote server" hr=( - ["steampowered.com"]="https://api.steampowered.com/IGameServersService/GetServerList/v1/?key=$steam_api" + ["steampowered.com"]="https://api.steampowered.com/IGameServersService/GetServerList/v1/?filter=\appid\221100&limit=10&key=$steam_api" ["github.com"]="https://github.com/$author" ["codeberg.org"]="https://codeberg.org/$author" )