mirror of
https://github.com/valitydev/epg_connector.git
synced 2024-11-06 00:05:21 +00:00
fix typo
This commit is contained in:
parent
c03df8b8f4
commit
fb23b8dfaf
@ -57,7 +57,7 @@ with(Conn, Pool, Fun) when is_pid(Conn) ->
|
||||
%%
|
||||
|
||||
get_connection(Pool) ->
|
||||
get_connection(Pool, erlang:system_time(millisecod) + ?CHECKOUT_TIMEOUT).
|
||||
get_connection(Pool, erlang:system_time(millisecond) + ?CHECKOUT_TIMEOUT).
|
||||
|
||||
get_connection(Pool, Deadline) ->
|
||||
Now = erlang:system_time(millisecond),
|
||||
|
Loading…
Reference in New Issue
Block a user