Proper handling of modpack loaders (#4940)

* fix handling modpack loader

* fix order

* increase timeout

* fix search erroring on non alphanumeric input for searching project id
This commit is contained in:
Truman Gao
2025-12-19 15:24:40 -08:00
committed by GitHub
parent 67835b04a8
commit 1e9e13aebb
6 changed files with 20 additions and 14 deletions

View File

@@ -190,7 +190,7 @@ export class LabrinthVersionsV3Module extends AbstractModule {
version: 3,
method: 'POST',
body: formData,
timeout: 120000,
timeout: 60 * 5 * 1000,
headers: {
'Content-Type': '',
},
@@ -281,7 +281,7 @@ export class LabrinthVersionsV3Module extends AbstractModule {
version: 2,
method: 'POST',
body: formData,
timeout: 120000,
timeout: 60 * 5 * 1000,
headers: {
'Content-Type': '',
},