diff options
author | Roger Dingledine <arma@torproject.org> | 2011-04-28 21:06:25 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2011-04-28 21:06:25 -0400 |
commit | 66de6f7eb8e2948f6c3849dbca20c7b31969b5b7 (patch) | |
tree | 1cb3805c697f153a490085b568a522401c24be69 /changes | |
parent | 5693fedb60ee19048d45ed892edb07925b52678b (diff) | |
download | tor-66de6f7eb8e2948f6c3849dbca20c7b31969b5b7.tar.gz tor-66de6f7eb8e2948f6c3849dbca20c7b31969b5b7.zip |
relays checkpoint their state file twice a day
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug3012 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug3012 b/changes/bug3012 new file mode 100644 index 0000000000..dfde5fa90c --- /dev/null +++ b/changes/bug3012 @@ -0,0 +1,5 @@ + o Minor features: + - Relays can go for weeks without writing out their state file. A + relay that crashes would lose its bandwidth history (including + capacity estimate), client country statistics, and so on. Now relays + checkpoint the file at least every 12 hours. Addresses bug 3012. |