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
In kiryuu, if we get a cache hit on the announce reply from redis, currently we serve it as is.
However, if the announce resulted in a change (e.g. new seeder, new leecher, stopped seeding, stopped leeching) , we need to modify the complete and incomplete values in the reply.
This issue is to track this improvement, so we can return slightly better numerical values.
The text was updated successfully, but these errors were encountered:
In kiryuu, if we get a cache hit on the announce reply from redis, currently we serve it as is.
However, if the announce resulted in a change (e.g. new seeder, new leecher, stopped seeding, stopped leeching) , we need to modify the
complete
andincomplete
values in the reply.This issue is to track this improvement, so we can return slightly better numerical values.
The text was updated successfully, but these errors were encountered: