Browse Source

fix(rust): increase rust query delay (#3412)

5 mins is not enough for some servers to load and query to become available
pull/3418/head
Daniel Gibbs 4 years ago
committed by GitHub
parent
commit
efacb78370
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      lgsm/config-default/config-lgsm/rustserver/_default.cfg

2
lgsm/config-default/config-lgsm/rustserver/_default.cfg

@ -108,7 +108,7 @@ logdays="7"
## Monitor | https://docs.linuxgsm.com/commands/monitor
# Query delay time
querydelay="5"
querydelay="10"
## ANSI Colors | https://docs.linuxgsm.com/features/ansi-colors
ansi="on"

Loading…
Cancel
Save