mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-08-02 03:16:11 -04:00
and more performance tweaks
This commit is contained in:
@@ -632,7 +632,7 @@ void apiCore::Process()
|
||||
while (mapIterator != mRequestMap.end())
|
||||
{
|
||||
apiTrackedRequest & request = (*mapIterator).second;
|
||||
mapIterator++;
|
||||
++mapIterator;
|
||||
|
||||
if (request.Expired())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user