Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8)

Unified Diff: experimental/webtry/README.md

Issue 268473002: Set TCP keepalive for MySQL connections. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: experimental/webtry/README.md
diff --git a/experimental/webtry/README.md b/experimental/webtry/README.md
index d5bc6189b4dc442b929c6421f1915c99d5fbee1c..d2835d3c6950f7a26c3ccf52d471ca006f61ebc6 100644
--- a/experimental/webtry/README.md
+++ b/experimental/webtry/README.md
@@ -62,6 +62,11 @@ then run the following so it applies:
This means that monit will poll every two seconds that our application is up and running.
+6. Set the TCP keepalive. For more info see:
+ https://developers.google.com/cloud-sql/docs/gce-access
+
+ sudo bash -c 'echo 60 > /proc/sys/net/ipv4/tcp_keepalive_time'
+
Do the first time
-----------------
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698