Skip to content

Commit

Permalink
fix(apps/web): 타임아웃 시간 조정
Browse files Browse the repository at this point in the history
  • Loading branch information
minseong0324 committed Feb 6, 2025
1 parent f82061f commit 762e230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/shared/server/api.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import ky from 'ky';

const TIMEOUT = 10000;
const TIMEOUT = 1000 * 30;

export const api = ky.create({
prefixUrl: process.env.NEXT_PUBLIC_SERVER_BASE_URL,
Expand Down

0 comments on commit 762e230

Please sign in to comment.