aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/connection.c')
-rw-r--r--src/or/connection.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/or/connection.c b/src/or/connection.c
index bc9064920..b893a5186 100644
--- a/src/or/connection.c
+++ b/src/or/connection.c
@@ -351,8 +351,6 @@ int connection_read_to_buf(connection_t *conn) {
at_most = 10*(CELL_PAYLOAD_SIZE - RELAY_HEADER_SIZE);
}
- at_most = 103; /* an unusual number, to force bugs into the open */
-
if(at_most > global_read_bucket)
at_most = global_read_bucket;
}