mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2025-01-03 13:58:41 +00:00
Drop TTL to 5 seconds
This commit is contained in:
parent
61a3b79316
commit
3474b42ce3
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ defmodule Pleroma.Search.Healthcheck do
|
||||||
use GenServer
|
use GenServer
|
||||||
require Logger
|
require Logger
|
||||||
|
|
||||||
@tick :timer.seconds(60)
|
@tick :timer.seconds(5)
|
||||||
@queue :search_indexing
|
@queue :search_indexing
|
||||||
|
|
||||||
def start_link(_) do
|
def start_link(_) do
|
||||||
|
|
Loading…
Reference in a new issue