Skip to content

Commit

Permalink
increase timeout, throttle more
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones-plip committed Dec 17, 2024
1 parent f093eaa commit e519965
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/scripts/muffet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
muffet http://localhost:1313 \
--dns-resolver 9.9.9.9:9953 \
--buffer-size 50000 \
--timeout 35 \
--max-connections 2 \
--timeout 135 \
--rate-limit 2 \
--ignore-fragments \
--exclude "http[s]*://github.com/medic/.*/issues/new.*" \
--exclude "http[s]*://github.com/medic/.*/commit.*" \
Expand Down

0 comments on commit e519965

Please sign in to comment.