Use correct send
So it actually works
This commit is contained in:
parent
42c4100c2d
commit
dfa8574695
1 changed files with 1 additions and 1 deletions
|
@ -512,7 +512,7 @@ starting({sst_new,
|
||||||
leveled_log:log_timer("SST08",
|
leveled_log:log_timer("SST08",
|
||||||
[ActualFilename, Level, Summary#summary.max_sqn],
|
[ActualFilename, Level, Summary#summary.max_sqn],
|
||||||
SW),
|
SW),
|
||||||
erlang:send_after(?STARTUP_TIMEOUT, self(), timeout),
|
gen_fsm:send_event(self(), timeout),
|
||||||
% always want to have an opportunity to GC - so force the timeout to
|
% always want to have an opportunity to GC - so force the timeout to
|
||||||
% occur whether or not there is an intervening message
|
% occur whether or not there is an intervening message
|
||||||
{reply,
|
{reply,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue