the shed biketh

This commit is contained in:
Peter Harpending 2025-10-22 14:37:27 -07:00
parent b3599633f9
commit 138c8eaaeb

View File

@ -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}.