mirror of
https://github.com/DoctorMcKay/node-steamcommunity.git
synced 2024-12-29 08:00:12 +08:00
Lowered chat poll interval to 500ms
This commit is contained in:
parent
74bf2dcfca
commit
0e5929df24
@ -13,7 +13,7 @@ SteamCommunity.prototype.chatLogon = function(interval) {
|
||||
return;
|
||||
}
|
||||
|
||||
interval = interval || 1000;
|
||||
interval = interval || 500;
|
||||
|
||||
this.emit('debug', 'Requesting chat WebAPI token');
|
||||
this.chatState = SteamCommunity.ChatState.LoggingOn;
|
||||
|
Loading…
Reference in New Issue
Block a user