Update to some stat stuff to fix some latent issues

This commit is contained in:
RaidMax
2019-08-23 18:34:31 -05:00
parent f6857ac635
commit 91078eec0f
11 changed files with 107 additions and 119 deletions

View File

@ -31,7 +31,7 @@ namespace IW4MAdmin.Application.IO
public long Length => -1;
public int UpdateInterval => 250;
public int UpdateInterval => 500;
public async Task<ICollection<GameEvent>> ReadEventsFromLog(Server server, long fileSizeDiff, long startPosition)
{