feat: revert layer main changes

This commit is contained in:
DIYgod 2025-11-19 09:10:02 +08:00
parent e6be4ac275
commit 7735d03579
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ import { logger } from "../logger"
export const followClient = new FollowClient({
credentials: "include",
timeout: 30000,
timeout: 10000,
baseURL: env.VITE_API_URL,
fetch: async (input, options = {}) =>