[tor-commits] [torspec/master] Change interval of time for bandwidth changes

nickm at torproject.org nickm at torproject.org
Sun Jun 17 23:30:40 UTC 2018


commit e4cf6865bb7a8743f92f687f27febe29eb060954
Author: juga0 <juga at riseup.net>
Date:   Mon Jun 4 21:07:43 2018 +0000

    Change interval of time for bandwidth changes
    
    Paragraph on events required to update descriptor were not reflecting
    changes made in #23856 where the bandwidth changes need to happen
    in a time interval of 3h instead of 20min.
---
 dir-spec.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dir-spec.txt b/dir-spec.txt
index e44052f..fd7d67c 100644
--- a/dir-spec.txt
+++ b/dir-spec.txt
@@ -354,7 +354,7 @@
 
       - Its uptime is less than 24h and bandwidth has changed by a factor of 2
         from the last time a descriptor was generated, and at least a given
-        interval of time (20 mins by default) has passed since then.
+        interval of time (3 hours by default) has passed since then.
 
       - Its uptime has been reset (by restarting).
 





More information about the tor-commits mailing list