Skip to content

Commit 0f2f0e2

Browse files
committed
fix: 반복 작업 수정
1 parent 6799eb5 commit 0f2f0e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crawling/koreatech_article/convert_content.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def connect_db():
1919

2020
def convert_content_to_url(connection):
2121
cur = connection.cursor()
22-
batch_size = 5
22+
batch_size = 500
2323
last_id = 0
2424
total_articles = 0
2525

0 commit comments

Comments
 (0)