Skip to content

Commit

Permalink
use smaller insert_block_size for uploading results to database, tryi…
Browse files Browse the repository at this point in the history
…ng to address upload getting stuck
  • Loading branch information
strtgbb committed Nov 8, 2024
1 parent bc504f7 commit bf3986c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/upload_results_to_database.py
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,7 @@ def upload_results(
port=db_port,
secure="y" if secure else None,
verify=verify,
insert_block_size=1048576 // 2,
)

with When("inserting test results"):
Expand Down

0 comments on commit bf3986c

Please sign in to comment.