big ft fixes, mostly for info, but also other stuff
This commit is contained in:
@@ -49,7 +49,8 @@ void ReAnnounceTimer::reset(void) {
|
||||
|
||||
void ReAnnounceTimer::lower(void) {
|
||||
timer *= 0.1f;
|
||||
last_max *= 0.1f;
|
||||
//last_max *= 0.1f; // is this a good idea?
|
||||
last_max *= 0.9f; // is this a good idea?
|
||||
}
|
||||
|
||||
void TransferStatsTally::Peer::trimSent(const float time_now) {
|
||||
|
Reference in New Issue
Block a user