Skip to content

Commit

Permalink
change htmltest DocumentConcurrencyLimit to 16
Browse files Browse the repository at this point in the history
The current default of 128 has a tendency to reach "too many files at
once" when attempting to `os.Stat` on local setups. I don't think the
speedup is too important, so setting to a lower setting of 16.
  • Loading branch information
otan committed Dec 16, 2019
1 parent 81cdd83 commit 6a8578b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .htmltest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ IgnoreURLs:
- http://localhost:4000
IgnoreInternalEmptyHash: true
TestFilesConcurrently: true
DocumentConcurrencyLimit: 16

0 comments on commit 6a8578b

Please sign in to comment.