diff options
author | Roger Dingledine <arma@torproject.org> | 2009-09-17 01:42:33 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2009-09-17 01:42:33 -0400 |
commit | ee89061ef29dfd6df7057eadbad4a491548f622c (patch) | |
tree | 1ea90aefea91a207bc2579b8acccecd2e0332627 /src/or/circuitbuild.c | |
parent | feccaa5c8388f499944683ca22736a0896f4410b (diff) | |
download | tor-ee89061ef29dfd6df7057eadbad4a491548f622c.tar.gz tor-ee89061ef29dfd6df7057eadbad4a491548f622c.zip |
give proposal 151 a changelog and other touchups
Diffstat (limited to 'src/or/circuitbuild.c')
-rw-r--r-- | src/or/circuitbuild.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/circuitbuild.c b/src/or/circuitbuild.c index 177852f91a..5ea3a31afe 100644 --- a/src/or/circuitbuild.c +++ b/src/or/circuitbuild.c @@ -179,7 +179,7 @@ circuit_build_times_add_time(circuit_build_times_t *cbt, build_time_t time) cbt->total_build_times++; if ((cbt->total_build_times % BUILD_TIMES_SAVE_STATE_EVERY) == 0) { - /* Save state every 100 circuit builds */ + /* Save state every n circuit builds */ if (!unit_tests && !get_options()->AvoidDiskWrites) or_state_mark_dirty(get_or_state(), 0); } |