Skip to content

Commit

Permalink
Remove redundant TTL setting
Browse files Browse the repository at this point in the history
With keepAlive=false, TTL setting should have no effect
  • Loading branch information
slarse committed Jan 7, 2021
1 parent 15b51a6 commit 1221caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Use silent log config
run: mv chore/travis/logback.xml src/test/resources/
- name: Build and test
run: mvn -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Djava.src.version=${{ matrix.java }} test
run: mvn -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Djava.src.version=${{ matrix.java }} test

coverage:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1221caa

Please sign in to comment.