From f485b23602f7e5bf59dedc2842e0df9d27558c95 Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Thu, 7 Aug 2025 20:28:18 +0200 Subject: [PATCH] Update service.go --- graphql/service.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/graphql/service.go b/graphql/service.go index d16e85ef26..9381a51da6 100644 --- a/graphql/service.go +++ b/graphql/service.go @@ -33,8 +33,6 @@ import ( ) // maxQueryDepth limits the maximum field nesting depth allowed in GraphQL queries. -// Without this bound, deeply nested queries could exhaust resources and lead to DoS. -// See https://github.com/ethereum/go-ethereum/issues/26026 for more details. const maxQueryDepth = 20 type handler struct {