On Wed, Feb 17, 2016 at 2:16 PM, Reinaldo Junior rjunior@thoughtworks.com wrote:
[...]
By default, we recreate the client (OP) every 2 minutes (which makes it bootstrap, and so on). We can configure to simulate a long lived client, and in this case it fetches a new consensus every hour.
Actually, it's the other way around: By default we use a long-lived client which fetches a new consensus every hour, but we can simulate short-lived client to compare the bootstrap behavior of both algorithms.