From 809faa91ea40536afadcdd5053d1b2cd7317f30c Mon Sep 17 00:00:00 2001 From: Julian Hofmann Date: Fri, 19 Dec 2025 10:58:40 +0100 Subject: [PATCH] [TASK] Remove ping on service registration Pinging the t3am server every time the service registration is loaded can place a heavy load on the server. Pinging has already been removed since EXT:t3am v4. This has not yet been done for v3. --- ext_tables.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext_tables.php b/ext_tables.php index 6b00b00..c36d619 100644 --- a/ext_tables.php +++ b/ext_tables.php @@ -11,7 +11,7 @@ function () { 'title' => 'T3AM Client Authenticator', 'description' => 'Global authentication service', 'subtype' => 'getUserBE,authUserBE', - 'available' => (int)$config->isValid(), + 'available' => 1, 'priority' => 80, 'quality' => 80, 'os' => '',