Skip to content
Snippets Groups Projects

Update to Ubuntu24.04

Merged Bartek Wrona requested to merge bw_ubuntu24.04_update into master
Files
24
@@ -207,7 +207,7 @@ def create_accounts(
beekeeper_wallet_name: str,
beekeeper_wallet_password: str,
*,
max_threads: int = (os.cpu_count() or 24), # noqa: B008
max_threads: int = (os.cpu_count() or 24),
) -> None:
with concurrent.futures.ProcessPoolExecutor(max_workers=max_threads) as executor:
futures: list[concurrent.futures.Future[Any]] = []
Loading