Skip to content

Commit eb064a6

Browse files
committed
fix a typo
1 parent 1d0917f commit eb064a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ Breaking Changes in v2:
187187
- `retryTimeMillis` -> `pollingInterval` -- and it is now only used for expired locks, other wise pub/sub is used with released locks
188188
- `failAfterMillis` -> `failAfter`
189189
- FIFO option has been removed: existing implementation was wrong, it failed on lock-holder crash or failing to acquire the lock, and I could not come up with an implementation that would retain the functionality using redis only -- I sincerely apologize to anyone who have used it.
190-
- `timeout` and `pollingInterval` have defaults. Locks are now allowed to lock indefinitely (except with work around mentioned in "Lock Options" section above).
190+
- `timeout` and `pollingInterval` have defaults. Locks are not allowed to lock indefinitely (except with work around mentioned in "Lock Options" section above).
191191

192192
## Contribution
193193
You are welcome to [open a ticket](https://github.com/AmrSaber/simple-redis-mutex/issues) anytime, if you find a bug or have a feature request.

0 commit comments

Comments
 (0)