Commit bd61c4e5 authored by Robert Griesemer's avatar Robert Griesemer

disable automatic p4 sync (new default)

TBR=rsc
DELTA=1  (0 added, 0 deleted, 1 changed)
OCL=29969
CL=29969
parent 8720b472
...@@ -86,7 +86,7 @@ var ( ...@@ -86,7 +86,7 @@ var (
// workspace control // workspace control
p4binary = flag.String("p4", "/usr/local/scripts/p4", "p4 binary"); 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 syncTime timeStamp; // time of last p4 sync
// layout control // layout control
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment