From: Robert Griesemer Date: Sat, 6 Jun 2009 06:28:02 +0000 (-0700) Subject: disable automatic p4 sync (new default) X-Git-Tag: weekly.2009-11-06~1446 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=bd61c4e56e1edc21b24691af22ac56cc5b8e2c09;p=gostls13.git disable automatic p4 sync (new default) TBR=rsc DELTA=1 (0 added, 0 deleted, 1 changed) OCL=29969 CL=29969 --- diff --git a/usr/gri/pretty/godoc.go b/usr/gri/pretty/godoc.go index 3c3a3cd261..069f969d2d 100644 --- a/usr/gri/pretty/godoc.go +++ b/usr/gri/pretty/godoc.go @@ -86,7 +86,7 @@ var ( // workspace control p4binary = flag.String("p4", "/usr/local/scripts/p4", "p4 binary"); - syncSleep = flag.Int("sync", 10, "p4 sync interval in minutes; disabled if <= 0"); + syncSleep = flag.Int("sync", 0, "p4 sync interval in minutes; disabled if <= 0"); syncTime timeStamp; // time of last p4 sync // layout control