]> Cypherpunks repositories - gostls13.git/commitdiff
disable automatic p4 sync (new default)
authorRobert Griesemer <gri@golang.org>
Sat, 6 Jun 2009 06:28:02 +0000 (23:28 -0700)
committerRobert Griesemer <gri@golang.org>
Sat, 6 Jun 2009 06:28:02 +0000 (23:28 -0700)
TBR=rsc
DELTA=1  (0 added, 0 deleted, 1 changed)
OCL=29969
CL=29969

usr/gri/pretty/godoc.go

index 3c3a3cd2613146f8c22acdc41eba9b4054f21223..069f969d2dada546758faa88f559c9897d25fe3f 100644 (file)
@@ -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