Save host and port by placeId (#613)

* Save host and port by placeId

* Bump to 5 months before clearing

* Fix indentation
This commit is contained in:
boatbomber
2022-09-22 20:03:09 -07:00
committed by GitHub
parent 6ec411a618
commit 003abe86bb
3 changed files with 48 additions and 4 deletions

View File

@@ -9,5 +9,5 @@ return strict("Config", {
expectedServerVersionString = "7.2 or newer",
protocolVersion = 4,
defaultHost = "localhost",
defaultPort = 34872,
})
defaultPort = "34872",
})