Skip to content

Commit

Permalink
Traxsource limit
Browse files Browse the repository at this point in the history
  • Loading branch information
Marekkon5 committed Mar 20, 2024
1 parent a3cdc25 commit e32c9c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/onetagger-platforms/src/traxsource.rs
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ impl AutotaggerSourceBuilder for TraxsourceBuilder {
name: "Traxsource".to_string(),
description: "Overall more specialized in House".to_string(),
icon: include_bytes!("../assets/traxsource.png"),
max_threads: 0,
max_threads: 1,
version: "1.0.0".to_string(),
custom_options: Default::default(),
requires_auth: false,
Expand Down

0 comments on commit e32c9c7

Please sign in to comment.