mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-20 05:13:58 +00:00
quadruple Taiwan_North threadcount
Signed-off-by: zyphlar <zyphlar@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user