0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-11-22 22:18:23 -05:00

updated size to u8

Co-authored-by: neon_arch <mustafadhuleb53@gmail.com>
This commit is contained in:
Kekma 2024-03-24 16:45:18 +05:30 committed by GitHub
parent 21a9a6faf6
commit 85223ceac9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -43,7 +43,7 @@ pub struct Config {
/// search results. /// search results.
pub safe_search: u8, pub safe_search: u8,
/// It stores the TCP connection keepalive duration in seconds. /// It stores the TCP connection keepalive duration in seconds.
pub tcp_connection_keepalive: u64, pub tcp_connection_keepalive: u8,
} }
impl Config { impl Config {