From 868c76eeb99002e1f6bd7fbf182b555c71a012f2 Mon Sep 17 00:00:00 2001 From: WeebDataHoarder Date: Thu, 1 May 2025 14:20:03 +0200 Subject: [PATCH] examples/forgejo: add commit graph endpoint to heavy resources --- examples/forgejo.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/forgejo.yml b/examples/forgejo.yml index e2a81eb..a7f0ab1 100644 --- a/examples/forgejo.yml +++ b/examples/forgejo.yml @@ -75,6 +75,7 @@ conditions: - 'path.matches("^/[^/]+/[^/]+/search/")' - 'path.matches("^/[^/]+/[^/]+/find/")' - 'path.matches("^/[^/]+/[^/]+/activity")' + - 'path.matches("^/[^/]+/[^/]+/graph$")' # any search with a custom query - '"q" in query && query.q != ""' # user activity tab