Skip to content

Commit 49b770a

Browse files
committed
Cache the agent store every minute
1 parent 484c187 commit 49b770a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/app/api/agents/route.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { logger } from '@/util/logger'
77

88
// Force dynamic rendering to ensure fresh metrics data
99
export const dynamic = 'force-dynamic'
10-
export const revalidate = 0
10+
export const revalidate = 60
1111

1212
export async function GET() {
1313
try {

0 commit comments

Comments
 (0)