Skip to content

Commit

Permalink
RavenDB-23709 - remove the /admin/debug/memory/smaps endpoint from th…
Browse files Browse the repository at this point in the history
…e debug package
  • Loading branch information
grisha-kotler committed Feb 26, 2025
1 parent 673f2da commit 159070e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ public static DynamicJsonValue LowMemLogInternal()
return djv;
}

[RavenAction("/admin/debug/memory/smaps", "GET", AuthorizationStatus.Operator, IsDebugInformationEndpoint = true)]
[RavenAction("/admin/debug/memory/smaps", "GET", AuthorizationStatus.Operator, IsDebugInformationEndpoint = false)]
public async Task MemorySmaps()
{
if (PlatformDetails.RunningOnLinux == false)
Expand Down

0 comments on commit 159070e

Please sign in to comment.