mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-26 07:16:11 -05:00
switched tokenQueue speed to 10 calls/sec, thus improving loading speeds. Still need to test for CPU load
This commit is contained in:
parent
65977c0be1
commit
bc05aaa9d9
@ -119,7 +119,7 @@ void TokenQueue::doPoll(float dt)
|
||||
|
||||
void TokenQueue::pollRequests()
|
||||
{
|
||||
double pollPeriod = 0.5; // max poll period.
|
||||
double pollPeriod = 0.1; // max poll period.
|
||||
|
||||
if (mRequests.empty()) {
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user