mirror of
https://github.com/gamedig/node-gamedig.git
synced 2024-11-17 17:25:19 +01:00
docs: mention checkOldIDs in the readme options
This commit is contained in:
parent
16e9454beb
commit
398b32d5e5
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@ Confused on how this works, or you want to see more? Checkout the [examples](/ex
|
|||
| **stripColors** | boolean | true | Enables stripping colors for protocols: unreal2, savage2, quake3, nadeo, gamespy2, doom3, armagetron. |
|
||||
| **portCache** | boolean | true | After you queried a server, the second time you query that exact server (identified by specified ip and port), first add an attempt to query with the last successful port. |
|
||||
| **noBreadthOrder** | boolean | false | Enable the behaviour of retrying an attempt X times followed by the next attempt X times, otherwise try attempt A, then B, then A, then B until reaching the X retry count of each. |
|
||||
| **checkOldIDs** | boolean | false | Also checks the old ids amongst the current ones. |
|
||||
|
||||
## Query Response
|
||||
|
||||
|
|
Loading…
Reference in a new issue