Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit c7ed96a

Browse files
committed
disable getChallengeAnalyze endpoint (causing high DB CPU)
1 parent 8ed1326 commit c7ed96a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ exports.routes = {
333333

334334
{ path: "/:apiVersion/download/document/:docId", action: "downloadDocument" },
335335

336-
{ path: "/:apiVersion/reports/analyze", action: "getChallengeAnalyze" },
336+
//{ path: "/:apiVersion/reports/analyze", action: "getChallengeAnalyze" },
337337
{ path: "/:apiVersion/reports/client/costs", action: "getClientChallengeCosts" },
338338
{ path: "/:apiVersion/reports/client/challenges", action: "clientChallengeCosts" },
339339
{ path: "/:apiVersion/reports/client/activeChallenges", action: "getClientActiveChallengeCosts" },

0 commit comments

Comments
 (0)