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:
parent
21a9a6faf6
commit
85223ceac9
@ -43,7 +43,7 @@ pub struct Config {
|
||||
/// search results.
|
||||
pub safe_search: u8,
|
||||
/// It stores the TCP connection keepalive duration in seconds.
|
||||
pub tcp_connection_keepalive: u64,
|
||||
pub tcp_connection_keepalive: u8,
|
||||
}
|
||||
|
||||
impl Config {
|
||||
|
Loading…
Reference in New Issue
Block a user