Skip to content
This repository was archived by the owner on Dec 3, 2019. It is now read-only.

Conversation

pboothe
Copy link
Contributor

@pboothe pboothe commented Apr 25, 2019

This is likely my last attempt to fix the scraper bug.


This change is Reviewable

This is likely my last attempt to fix the scraper bug.
@pboothe
Copy link
Contributor Author

pboothe commented Apr 25, 2019

Hopefully the last part of #241

Copy link
Contributor

@stephen-soltesz stephen-soltesz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewed 2 of 2 files at r1.
Reviewable status: :shipit: complete! 1 of 1 LGTMs obtained


Dockerfile, line 20 at r1 (raw file):

CMD echo 60 > /proc/sys/net/ipv4/tcp_keepalive_time ; \
    echo 30 > /proc/sys/net/ipv4/tcp_keepalive_intvl ; \
    echo 20 > /proc/sys/net/ipv4/tcp_keepalive_probes ; \

First two units are seconds, what is the third?

@pboothe
Copy link
Contributor Author

pboothe commented Apr 25, 2019


Dockerfile, line 20 at r1 (raw file):

Previously, stephen-soltesz (Stephen Soltesz) wrote…

First two units are seconds, what is the third?

The number of probes that have to fail before the TCP connection is automatically closed.

@pboothe pboothe merged commit 8923bdb into master Apr 25, 2019
@pboothe pboothe deleted the keepalive branch April 25, 2019 19:05
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants