Skip to content

Commit

Permalink
bench plotter: set max host connections (avoid spamming gitlab)
Browse files Browse the repository at this point in the history
  • Loading branch information
SkySkimmer committed Oct 16, 2023
1 parent 49fce3a commit f4614f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev/bench/plotter
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ os.makedirs(cachedir, exist_ok=True)
print ('Downloading job logs.')

m = pycurl.CurlMulti()
m.setopt(pycurl.M_MAX_HOST_CONNECTIONS, 8)

files=[]

for _, job in benches:
Expand Down

0 comments on commit f4614f0

Please sign in to comment.