mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
ENH: add more retry to subscribe
Change-Id: If68249408446aace4a83e4b5beeb0643dce8cb87 (cherry picked from commit 8b0f16d3de8ef6816bf5eb068e007d202f9710c9)
This commit is contained in:
@@ -2187,7 +2187,7 @@ void GUI_App::on_start_subscribe_again(std::string dev_id)
|
||||
BOOST_LOG_TRIVIAL(info) << __FUNCTION__ << ": dev_id=" << obj->dev_id;
|
||||
}
|
||||
});
|
||||
start_subscribe_timer->Start(4000, wxTIMER_ONE_SHOT);
|
||||
start_subscribe_timer->Start(5000, wxTIMER_ONE_SHOT);
|
||||
}
|
||||
|
||||
std::string GUI_App::get_local_models_path()
|
||||
|
||||
Reference in New Issue
Block a user