better comments

This commit is contained in:
RickyRister 2025-07-04 20:29:04 -07:00
parent 4e80e57c2d
commit 18cbf520e3

View file

@ -106,7 +106,7 @@ void PictureLoaderWorker::resetRequestQuota()
} }
/** /**
* Keeps processing requests from the queue until the quota runs out or the request queue runs out. * Keeps processing requests from the queue until it is empty or until the quota runs out.
*/ */
void PictureLoaderWorker::processQueuedRequests() void PictureLoaderWorker::processQueuedRequests()
{ {