0 means no autosync,  1 means one attempt (same as now), 2+ means retry N
times. But because there really is no difference between  "try" and
"retry", 1+ is the same logic:

For(i=0; i < N; ++i) attempt to sync, break on success.

(sent from a mobile device - please excuse brevity, typos, and top-posting)
----- stephan beal
http://wanderinghorse.net
On May 29, 2014 9:38 PM, "Andy Bradford" <amb-fos...@bradfords.org> wrote:

> Thus said Stephan Beal on Thu, 29 May 2014 18:06:49 +0200:
>
> > That could also (more simply, i think) be interpreted as:
> >
> > 0 == off
> > 1+ == number of times to try
>
> I'm a  bit confused, however,  in how 0  and 1 should  be interpreted...
> Given that  Fossil currently  does 1  autosync attempt:  Does 0  mean no
> autosync  attempts (seem  that's  the purpose  of  the current  autosync
> setting)?  Or  does   it  mean  the  current  behavior   of  1  attempt?
> Furthermore, does 1 mean 1 more  than the current behavior of 1 autosync
> attempt?
>
> Thanks,
>
> Andy
> --
> TAI64 timestamp: 4000000053878cb7
>
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to