Better copy

This commit is contained in:
Kieran Eglin 2025-04-10 09:09:33 -07:00
parent 6d97c8c1c4
commit 793185d8cb
No known key found for this signature in database
GPG key ID: 193984967FCF432D

View file

@ -106,7 +106,7 @@ defmodule Pinchflat.SlowIndexing.FileFollowerServer do
{:noreply, %{state | last_activity: DateTime.utc_now()}}
: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)
{:noreply, state}