Skip to content

Commit 5829ed2

Browse files
authored
Update generate_sitemap.py
1 parent c2a0803 commit 5829ed2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generate_sitemap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ def main():
123123

124124
# Parallel check all translation URLs with progress bar
125125
all_translation_checks = {}
126-
with ThreadPoolExecutor(max_workers=10) as executor:
126+
with ThreadPoolExecutor(max_workers=30) as executor:
127127
# Submit all tasks to executor
128128
future_to_url = {executor.submit(check_url_exists, t_url): (hreflang, t_url)
129129
for _, _, _, t_urls in url_entries for hreflang, t_url in t_urls.items()}

0 commit comments

Comments
 (0)