We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 484c187 commit 49b770aCopy full SHA for 49b770a
web/src/app/api/agents/route.ts
@@ -7,7 +7,7 @@ import { logger } from '@/util/logger'
7
8
// Force dynamic rendering to ensure fresh metrics data
9
export const dynamic = 'force-dynamic'
10
-export const revalidate = 0
+export const revalidate = 60
11
12
export async function GET() {
13
try {
0 commit comments