summaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'src/shared/io')
-rw-r--r-- | src/shared/io/sh_timed_cache.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/io/sh_timed_cache.erl b/src/shared/io/sh_timed_cache.erl index 1839992..de2f409 100644 --- a/src/shared/io/sh_timed_cache.erl +++ b/src/shared/io/sh_timed_cache.erl @@ -83,7 +83,7 @@ format_status (_, [_, State]) -> handle_info(timeout, State) -> {stop, normal, State}; handle_info(_, {DB, ObjectID}) -> - {noreply, {DB, ObjectID}, timed_caches_manager:get_timeout()}. + {noreply, {DB, ObjectID}, sh_timed_caches_manager:get_timeout()}. %%%% Interface Functions -spec fetch (atom(), any(), any()) -> any(). |