Skip to content

Commit 6081543

Browse files
Update process_data.py
Removed the sleep time
1 parent 41301d6 commit 6081543

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Deployment/scripts/index_scripts/process_data.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,6 @@ def get_details(input_text):
383383
docs = []
384384
print(f' {str(counter)} uploaded')
385385

386-
time.sleep(4)
387386
# upload the last batch
388387
if docs != []:
389388
search_client.upload_documents(documents=docs)

0 commit comments

Comments
 (0)