diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-12-24 03:06:03 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-12-24 03:06:03 +0000 |
commit | bf1014692f9aea062f10df525ba39115ef890776 (patch) | |
tree | 6e0f7f8bfa5d396e9d4cd5584116deeafb10a4a5 /doc | |
parent | f3fd5d9032e377783a90b9b6995ef3a6413fc98e (diff) | |
download | tor-bf1014692f9aea062f10df525ba39115ef890776.tar.gz tor-bf1014692f9aea062f10df525ba39115ef890776.zip |
r11686@Kushana: nickm | 2006-12-23 22:05:57 -0500
More changes wrt unnecessary disk writes.
svn:r9176
Diffstat (limited to 'doc')
-rw-r--r-- | doc/TODO | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -150,14 +150,14 @@ N - they don't count toward the 3-strikes rule - update dir-spec with what we decided for each of these -Nd- Have a mode that doesn't write to disk much, so we can run Tor on + o Have a mode that doesn't write to disk much, so we can run Tor on flash memory (e.g. Linksys routers or USB keys). o Add AvoidDiskWrites config option. - . only write state file when it's "changed" + o only write state file when it's "changed" o crank up the numbers if avoiddiskwrites is on. - - some things may not want to get written at all. - - stop writing identity key / fingerprint / etc every restart - - more? + D some things may not want to get written at all. + o stop writing fingerprint every restart + D more? NR. Write path-spec.txt |