diff options
Diffstat (limited to 'src/or/hs_cache.c')
-rw-r--r-- | src/or/hs_cache.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/or/hs_cache.c b/src/or/hs_cache.c index 6f7bf1abd7..d93e682dc3 100644 --- a/src/or/hs_cache.c +++ b/src/or/hs_cache.c @@ -610,10 +610,7 @@ hs_cache_handle_oom(time_t now, size_t min_remove_bytes) return bytes_removed; } -/** - * Return the maximum size of an HS descriptor we are willing to accept as an - * HSDir. - */ +/* Return the maximum size of a v3 HS descriptor. */ unsigned int hs_cache_get_max_descriptor_size(void) { |