Update docstring for 'ConfigBuilder::keep_alive'.

This commit is contained in:
Richo Healey 2018-10-10 16:02:15 -07:00 committed by Sergio Benitez
parent e34b2f3703
commit 085a143075
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ pub struct ConfigBuilder {
pub port: u16,
/// The number of workers to run in parallel.
pub workers: u16,
/// Keep-alive timeout in seconds or None if disabled.
/// Keep-alive timeout in seconds or disabled if 0.
pub keep_alive: u32,
/// How much information to log.
pub log_level: LoggingLevel,