fix formatting

This commit is contained in:
arvidn 2020-04-01 01:38:32 +02:00 committed by Arvid Norberg
parent 4406fd2993
commit dcf3c83d29
1 changed files with 7 additions and 7 deletions

View File

@ -898,7 +898,7 @@ namespace aux {
// number of seconds until a new retry of a url-seed takes place. // number of seconds until a new retry of a url-seed takes place.
// Default retry value for http-seeds that don't provide // Default retry value for http-seeds that don't provide
// a valid ``retry-after`` header. // a valid ``retry-after`` header.
urlseed_wait_retry, urlseed_wait_retry,
// sets the upper limit on the total number of files this session will // sets the upper limit on the total number of files this session will
@ -910,12 +910,12 @@ namespace aux {
// of file descriptors a process may have open. // of file descriptors a process may have open.
file_pool_size, file_pool_size,
// ``max_failcount`` is the maximum times we try to // ``max_failcount`` is the maximum times we try to
// connect to a peer before stop connecting again. If a // connect to a peer before stop connecting again. If a
// peer succeeds, the failure counter is reset. If a // peer succeeds, the failure counter is reset. If a
// peer is retrieved from a peer source (other than DHT) // peer is retrieved from a peer source (other than DHT)
// the failcount is decremented by one, allowing another // the failcount is decremented by one, allowing another
// try. // try.
max_failcount, max_failcount,
// the number of seconds to wait to reconnect to a peer. this time is // the number of seconds to wait to reconnect to a peer. this time is