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