mirror of
https://github.com/aclist/dztui.git
synced 2025-07-21 06:58:48 +02:00
fix: split up batch queries
This commit is contained in:
parent
785df28f66
commit
6dc9a719ee
3 changed files with 13 additions and 4 deletions
helpers
|
@ -452,10 +452,15 @@ get_dist(){
|
|||
}
|
||||
get_remote_servers(){
|
||||
params=(
|
||||
"\\nor\1\map\chernarusplus\\nor\1\map\sakhal"
|
||||
"\\nor\1\map\chernarusplus\\nor\1\map\sakhal\\nor\1\map\enoch\empty\1\\nor\1\map\namalsk"
|
||||
"\map\namalsk\empty\1"
|
||||
"\map\namalsk\noplayers\1"
|
||||
"\map\chernarusplus\empty\1"
|
||||
"\map\chernarusplus\noplayers\1"
|
||||
"\map\\sakhal"
|
||||
"\map\\sakhal\empty\1"
|
||||
"\map\\sakhal\noplayers\1"
|
||||
"\map\\enoch\empty\1"
|
||||
"\map\\enoch\noplayers\1"
|
||||
)
|
||||
local limit=10000
|
||||
local url="https://api.steampowered.com/IGameServersService/GetServerList/v1/?"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue