diff --git a/tools/python/maps_generator/generator/steps.py b/tools/python/maps_generator/generator/steps.py index ac868ce3d..51ae17c2b 100644 --- a/tools/python/maps_generator/generator/steps.py +++ b/tools/python/maps_generator/generator/steps.py @@ -37,7 +37,7 @@ def multithread_run_if_one_country(func): if len(env.countries) == 1: kwargs.update({"threads_count": settings.THREADS_COUNT}) elif country == 'Taiwan_North': - kwargs.update({"threads_count": 4}) + kwargs.update({"threads_count": 16}) func(env, country, **kwargs) return wrap