You've already forked AstralRinth
forked from didirus/AstralRinth
@@ -31,7 +31,9 @@ async fn main() -> theseus::Result<()> {
|
||||
|
||||
// Initialize state
|
||||
let st = State::get().await?;
|
||||
st.settings.write().await.max_concurrent_downloads = 10;
|
||||
st.settings.write().await.max_concurrent_downloads = 5;
|
||||
// Changed the settings, so need to reset the semaphore
|
||||
st.reset_semaphore().await;
|
||||
|
||||
// Clear profiles
|
||||
println!("Clearing profiles.");
|
||||
|
||||
Reference in New Issue
Block a user