Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions apps/builder/app/routes/_canvas.canvas.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,3 @@ const CanvasRoute = () => {
};

export default CanvasRoute;

// Reduces Vercel function size from 29MB to 9MB for unknown reasons; effective when used in limited files.
export const config = {
maxDuration: 30,
};
5 changes: 0 additions & 5 deletions apps/builder/app/routes/_ui.(builder).tsx
Original file line number Diff line number Diff line change
Expand Up @@ -293,8 +293,3 @@ export const shouldRevalidate: ShouldRevalidateFunction = ({
};

export default BuilderRoute;

// Reduces Vercel function size from 29MB to 9MB for unknown reasons; effective when used in limited files.
export const config = {
maxDuration: 30,
};
5 changes: 0 additions & 5 deletions apps/builder/app/routes/_ui.login._index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,3 @@ const LoginRoute = () => {
};

export default LoginRoute;

// Reduces Vercel function size from 29MB to 9MB for unknown reasons; effective when used in limited files.
export const config = {
maxDuration: 30,
};
5 changes: 0 additions & 5 deletions apps/builder/app/routes/rest.patch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -453,8 +453,3 @@ export const action = async ({
};
}
};

// Reduces Vercel function size from 29MB to 9MB for unknown reasons; effective when used in limited files.
export const config = {
maxDuration: 30, // seconds
};
Loading