Better copy
This commit is contained in:
parent
6d97c8c1c4
commit
793185d8cb
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ defmodule Pinchflat.SlowIndexing.FileFollowerServer do
|
||||||
{:noreply, %{state | last_activity: DateTime.utc_now()}}
|
{:noreply, %{state | last_activity: DateTime.utc_now()}}
|
||||||
|
|
||||||
:eof ->
|
:eof ->
|
||||||
Logger.debug("EOF reached, waiting before trying to read new lines")
|
Logger.debug("Current batch of media processed. Will check again in #{@poll_interval_ms}ms")
|
||||||
Process.send_after(self(), :read_new_lines, @poll_interval_ms)
|
Process.send_after(self(), :read_new_lines, @poll_interval_ms)
|
||||||
|
|
||||||
{:noreply, state}
|
{:noreply, state}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue