mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-23 21:25:52 +12:00
update
This commit is contained in:
parent
6267910923
commit
7c987d8d35
8 changed files with 242 additions and 29 deletions
|
@ -256,6 +256,7 @@ namespace HISP.Server
|
|||
LoggedIn = true;
|
||||
|
||||
Database.SetIpAddress(id, RemoteIp);
|
||||
Database.SetLoginCount(id, Database.GetLoginCount(id) + 1);
|
||||
|
||||
inactivityTimer = new Timer(new TimerCallback(keepAliveTimerTick), null, keepAliveInterval, keepAliveInterval);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue