Skip to content

Commit 8e9fdf2

Browse files
Handle conf read timeout (#48)
* Do not crash on timeout reading elasticache conf * Include the endpoint that failed on the exception * Improve specs at src/mero_elasticache.erl Co-Authored-By: elbrujohalcon <[email protected]> * [handle-conf] Version Bump
1 parent 7b37d90 commit 8e9fdf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mero.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{application, mero,
33
[
44
{description, "Scalable and lightweight OTP Erlang client for memcached"},
5-
{vsn, "1.2.1"},
5+
{vsn, "1.2.2"},
66
{modules, []},
77
{registered, []},
88
{applications, [

0 commit comments

Comments
 (0)