diff options
author | Roger Dingledine <arma@torproject.org> | 2004-04-09 20:08:13 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-04-09 20:08:13 +0000 |
commit | 48e0228f1e031a709c1deb149c7dfd187c3609cf (patch) | |
tree | 33511562cbe734dbccc10c3b0344439cbaf983a4 /src/or/main.c | |
parent | 4e1b65f53dd838349d28eab91c9ab2ce6674c3cf (diff) | |
download | tor-48e0228f1e031a709c1deb149c7dfd187c3609cf.tar tor-48e0228f1e031a709c1deb149c7dfd187c3609cf.tar.gz |
expire old CIRCUIT_PURPOSE_C_REND_READY circs too
svn:r1585
Diffstat (limited to 'src/or/main.c')
-rw-r--r-- | src/or/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/main.c b/src/or/main.c index d29ad7347..40a176ecf 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -364,7 +364,7 @@ static void run_scheduled_events(time_t now) { } /* 2. Every second, we examine pending circuits and prune the - * ones which have been pending for more than 3 seconds. + * ones which have been pending for more than a few seconds. * We do this before step 3, so it can try building more if * it's not comfortable with the number of available circuits. */ |