You've already forked AstralRinth
forked from didirus/AstralRinth
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:
@@ -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': '',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user