You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If persisted stats are enabled, every time a peer completes, we increase two counters in the database:
The global number of downloads.
The number of downloads per torrent.
I was wondering if we could reduce the access to the database by batching those updates. However, in the current tracker demo, the number of downloads per second is less than 1.