You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 1, 2021. It is now read-only.
crdt-counter-partitions.py waits a fix amount of second before checking if all nodes in the cluster converged to the same counter value. Instead of this one could wait until the counters do not change any more (by polling) and check afterwards.
The text was updated successfully, but these errors were encountered:
crdt-counter-partitions.py
waits a fix amount of second before checking if all nodes in the cluster converged to the same counter value. Instead of this one could wait until the counters do not change any more (by polling) and check afterwards.The text was updated successfully, but these errors were encountered: