Skip to content

Commit

Permalink
Fix typo (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
kianmeng committed May 4, 2022
1 parent e9f6616 commit 507c204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/nebulex/adapters/replicated.ex
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ defmodule Nebulex.Adapters.Replicated do
# operations until it finishes. The other option would be trying to
# lock the same key `:"$sync_lock"`, and then when the lock is acquired,
# delete it before processing the write operation. But this means another
# global lock across the cluster everytime there is a write. So for the
# global lock across the cluster every time there is a write. So for the
# time being, we just read the global table to validate it which is much
# faster; since it is a local read with the global ETS, there is no global
# locks across the cluster.
Expand Down

0 comments on commit 507c204

Please sign in to comment.