mirror of
https://github.com/YGGverse/hlstate-rs.git
synced 2026-03-31 17:15:37 +00:00
implement state update on background (basics for subscription feature)
This commit is contained in:
parent
e77d101b70
commit
8daa729bf9
8 changed files with 167 additions and 96 deletions
|
|
@ -12,5 +12,11 @@ debug = true
|
|||
# Path to `xash3d-query` bin
|
||||
query = "xash3d-query"
|
||||
|
||||
# Interval to update master scrape, in seconds
|
||||
refresh = 60
|
||||
|
||||
# Define at least one master to scrape game servers from
|
||||
masters = ["[202:68d0:f0d5:b88d:1d1a:555e:2f6b:3148]:27010", "[300:dee4:d3c0:953b::2019]:27010"]
|
||||
masters = [
|
||||
"[202:68d0:f0d5:b88d:1d1a:555e:2f6b:3148]:27010",
|
||||
"[300:dee4:d3c0:953b::2019]:27010"
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue