mirror of
https://github.com/valitydev/riak_test.git
synced 2024-11-07 08:58:52 +00:00
9 lines
227 B
Erlang
9 lines
227 B
Erlang
|
-module(hashtree_intercepts).
|
||
|
-compile(export_all).
|
||
|
-include("intercept.hrl").
|
||
|
|
||
|
sleep_update_perform(State) ->
|
||
|
?I_INFO("sleeping update_perform 60s\n"),
|
||
|
timer:sleep(60000),
|
||
|
hashtree_orig:update_perform_orig(State).
|