mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-04 17:15:31 -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()
|
void TokenQueue::pollRequests()
|
||||||
{
|
{
|
||||||
double pollPeriod = 0.5; // max poll period.
|
double pollPeriod = 0.1; // max poll period.
|
||||||
|
|
||||||
if (mRequests.empty()) {
|
if (mRequests.empty()) {
|
||||||
return;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user