http: make APP_NAME clearer

This commit is contained in:
Joakim Frostegård 2022-03-23 21:33:19 +01:00
parent 6b1b5bf191
commit 775607da3c

View file

@ -18,7 +18,7 @@ mod common;
pub mod config;
mod workers;
pub const APP_NAME: &str = "aquatic_http: HTTP/TLS BitTorrent tracker";
pub const APP_NAME: &str = "aquatic_http: BitTorrent tracker (HTTP over TLS)";
const SHARED_CHANNEL_SIZE: usize = 1024;