Skip to content

Commit 26e7a1d

Browse files
committed
refactor(api): set topThreeUsers timeout to 60000
1 parent 29aba92 commit 26e7a1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pages/api/topThreeUsers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import {
55
import { fetchTopThreeUsersByPullRequests } from '../../utils/fetchTopThreeUsersByPullRequests'
66

77
export default async function handler(req, res) {
8-
res.setTimeout(30000);
8+
res.setTimeout(60000);
99

1010
res.setHeader('Access-Control-Allow-Origin', '*')
1111
res.setHeader('Access-Control-Allow-Methods', 'GET')

0 commit comments

Comments
 (0)