From 370266a202b59c2ae8e9f892066efd9b38f83d67 Mon Sep 17 00:00:00 2001 From: Shlee Date: Sun, 19 Jun 2022 21:07:05 +0930 Subject: [PATCH] Update home.blade.php --- .../views/admin/diagnostics/home.blade.php | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/resources/views/admin/diagnostics/home.blade.php b/resources/views/admin/diagnostics/home.blade.php index e9eb0fd7f..75831fc95 100644 --- a/resources/views/admin/diagnostics/home.blade.php +++ b/resources/views/admin/diagnostics/home.blade.php @@ -360,6 +360,11 @@ PF_NETWORK_TIMELINE {{config_cache('federation.network_timeline') ? '✅ true' : '❌ false' }} + + FEDERATION + PF_NETWORK_TIMELINE_DAYS_FALLOFF + {{config('federation.network_timeline_days_falloff') }} + FEDERATION CUSTOM_EMOJI @@ -485,6 +490,23 @@ INSTANCE_PUBLIC_LOCAL_TIMELINE {{config_cache('instance.timeline.local.is_public') ? '✅ true' : '❌ false' }} + + + INSTANCE + INSTANCE_NETWORK_TIMELINE_CACHED + {{config('instance.timeline.network.cached') }} + + + INSTANCE + INSTANCE_NETWORK_TIMELINE_CACHE_DROPOFF + {{config('instance.timeline.network.cache_dropoff') }} + + + INSTANCE + INSTANCE_NETWORK_TIMELINE_CACHE_MAX_HOUR_INGEST + {{config('instance.timeline.network.max_hours_old') }} + + INSTANCE PAGE_404_HEADER