We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae809d2 commit 14255deCopy full SHA for 14255de
lib/cubdb.ex
@@ -554,7 +554,7 @@ defmodule CubDB do
554
555
The `options` argument is an optional keyword list of options, including:
556
557
- - `:timeout` - a timeout (in milliseconds or `:infinite`, defaulting to
+ - `:timeout` - a timeout (in milliseconds or `:infinity`, defaulting to
558
`5000`) for the operation, after which the function returns `{:error,
559
:timeout}`. This is useful to avoid blocking other write operations for too
560
long.
0 commit comments