the shed biketh
This commit is contained in:
+1
-1
@@ -49,7 +49,7 @@ start_link() ->
|
|||||||
init(none) ->
|
init(none) ->
|
||||||
log(info, "starting fd_cache"),
|
log(info, "starting fd_cache"),
|
||||||
InitState = #s{},
|
InitState = #s{},
|
||||||
erlang:send_after(3_000, self(), auto_renew),
|
erlang:send_after(InitState#s.auto_renew, self(), auto_renew),
|
||||||
{ok, InitState}.
|
{ok, InitState}.
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user