mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-18 20:59:41 +02:00
extend create from image timeout
This commit is contained in:
parent
644e871ec1
commit
bf9a96df65
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ export class RecipeAPI extends BaseCRUDAPI<CreateRecipe, Recipe, Recipe> {
|
|||
apiRoute = `${apiRoute}?translateLanguage=${translateLanguage}`;
|
||||
}
|
||||
|
||||
return await this.requests.post<string>(apiRoute, formData, { timeout: 120000 });
|
||||
return await this.requests.post<string>(apiRoute, formData, { timeout: 1200000 });
|
||||
}
|
||||
|
||||
async parseIngredients(parser: Parser, ingredients: Array<string>) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue