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

@@ -16,6 +16,7 @@ local defaultSettings = {
playSounds = true,
typecheckingEnabled = false,
logLevel = "Info",
priorEndpoints = {},
}
local Settings = {}