Skip to content
Snippets Groups Projects
Commit 087736c1 authored by James Cook's avatar James Cook
Browse files

Decreased delay between name lookup requests

for slightly faster lookup times
parent 37917450
No related branches found
No related tags found
No related merge requests found
......@@ -153,7 +153,7 @@ void LLAvatarNameCache::exportFile(std::ostream& ostr)
void LLAvatarNameCache::idle()
{
const F32 SECS_BETWEEN_REQUESTS = 0.5f; // JAMESDEBUG set to 0.1?
const F32 SECS_BETWEEN_REQUESTS = 0.2f; // JAMESDEBUG set to 0.1?
if (sRequestTimer.checkExpirationAndReset(SECS_BETWEEN_REQUESTS))
{
return;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment