forked from SteamWar/SteamWar
Refactor password check and add cache clearance.
This commit is contained in:
@@ -48,6 +48,7 @@ fun main() {
|
||||
while (true) {
|
||||
Thread.sleep(1000 * 10)
|
||||
ResponseUser.clearCache()
|
||||
SteamwarUser.clear()
|
||||
}
|
||||
}.start()
|
||||
embeddedServer(Netty, port = 1337, host = "127.0.0.1", module = Application::module)
|
||||
|
||||
Reference in New Issue
Block a user