Skip to content

Commit

Permalink
Search: change the bulk size for indexation
Browse files Browse the repository at this point in the history
  • Loading branch information
YuraLukashik committed Nov 23, 2023
1 parent 1961f5e commit ca6d476
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

logging.basicConfig(level=os.environ["LOG_LEVEL"])
app = Flask("SemanticSearchIndex")
BULK_SIZE = 50
BULK_SIZE = 20


@app.route('/handle_task', methods=['POST'])
Expand Down

0 comments on commit ca6d476

Please sign in to comment.