style(config): remove useless cast
This commit is contained in:
parent
5bdc031263
commit
5e4e4d0089
1 changed files with 2 additions and 2 deletions
|
@ -263,11 +263,11 @@ fn default_turn_ttl() -> u64 {
|
|||
}
|
||||
|
||||
fn default_presence_idle_timeout() -> u64 {
|
||||
1 * 60 * 1000 as u64
|
||||
1 * 60 * 1000
|
||||
}
|
||||
|
||||
fn default_presence_offline_timeout() -> u64 {
|
||||
15 * 60 * 1000 as u64
|
||||
15 * 60 * 1000
|
||||
}
|
||||
|
||||
// I know, it's a great name
|
||||
|
|
Loading…
Add table
Reference in a new issue