increased file follower timeout to 10 minutes
This commit is contained in:
parent
3db2e8190f
commit
61db23fc16
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ defmodule Pinchflat.SlowIndexing.FileFollowerServer do
|
|||
require Logger
|
||||
|
||||
@poll_interval_ms Application.compile_env(:pinchflat, :file_watcher_poll_interval)
|
||||
@activity_timeout_ms 60_000
|
||||
@activity_timeout_ms 600_000
|
||||
|
||||
# Client API
|
||||
@doc """
|
||||
|
|
|
|||
Loading…
Reference in a new issue