Skip to content

Commit

Permalink
build: increase invalidate time from 2 to 30 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
hudy9x committed Jul 22, 2024
1 parent 6e59d94 commit c1c5459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui-app/app/[orgName]/project/[projectId]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { TaskFilterProvider } from '@/features/TaskFilter/context'
import ProjectContainer from '@/features/ProjectContainer'
import './style.css'

export const revalidate = 120 // 2 minutes
export const revalidate = 1800 // 30 minutes
export default function Project() {
return (
<>
Expand Down

0 comments on commit c1c5459

Please sign in to comment.