mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-26 02:03:49 +02:00
feat: Add my avatars tab
This commit is contained in:
@@ -5,7 +5,7 @@ import { AppDebug } from '../../service/appConfig.js';
|
||||
import { extractFileId } from './index.js';
|
||||
import { imageRequest } from '../../api';
|
||||
|
||||
const UPLOAD_TIMEOUT_MS = 20_000;
|
||||
const UPLOAD_TIMEOUT_MS = 30_000;
|
||||
|
||||
export function withUploadTimeout(promise) {
|
||||
return Promise.race([
|
||||
|
||||
Reference in New Issue
Block a user