mirror of
https://github.com/2e3s/awatcher.git
synced 2025-06-06 11:35:46 +00:00
16 lines
239 B
Rust
16 lines
239 B
Rust
pub fn idle_timeout_seconds() -> u32 {
|
|
180
|
|
}
|
|
pub fn poll_time_idle_seconds() -> u32 {
|
|
5
|
|
}
|
|
pub fn poll_time_window_seconds() -> u32 {
|
|
1
|
|
}
|
|
pub fn port() -> u32 {
|
|
5600
|
|
}
|
|
pub fn host() -> String {
|
|
"localhost".to_string()
|
|
}
|