Skip to content
Snippets Groups Projects
Commit 357974cb authored by ale's avatar ale
Browse files

weak consistency should be enough

parent 91b2fbea
No related branches found
No related tags found
No related merge requests found
......@@ -63,5 +63,6 @@ func NewEtcdClient() *etcd.Client {
log.Fatal("Error setting up SSL for etcd client: %s", err)
}
}
c.SetConsistency(etcd.WEAK_CONSISTENCY)
return c
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment