derekkraan / delta_crdt_ex

Use DeltaCrdt to build distributed applications in Elixir
MIT License
493 stars 36 forks source link

Update default `sync_interval` in docs #52

Closed tegon closed 3 years ago

tegon commented 3 years ago

While looking in Hex docs, I thought that the sync_interval default value was 50, but a colleague pointed out that it's actually 200 in the code: https://github.com/derekkraan/delta_crdt_ex/blob/a7161f82ea0fb9d9893e0eb094459099d9849663/lib/delta_crdt.ex#L31