mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 09:45:31 +00:00
fix prometheus timeout mask metrics
This commit is contained in:
parent
c4f645e03e
commit
40e33d8af1
7 changed files with 15 additions and 7 deletions
|
|
@ -167,6 +167,7 @@ pub fn run(config: Config) -> ::anyhow::Result<()> {
|
|||
Some(Duration::from_secs(
|
||||
config.cleaning.torrent_cleaning_interval * 2,
|
||||
)),
|
||||
None,
|
||||
)?;
|
||||
|
||||
join_handles.push((WorkerType::Prometheus, handle));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue