add configurable timeout for note translations

This commit is contained in:
Hazelnoot 2025-05-12 00:23:59 -04:00
parent 00cfeca3d7
commit e7ee2cc398
9 changed files with 66 additions and 3 deletions

View file

@ -9249,6 +9249,7 @@ export type operations = {
enableReactionsBuffering: boolean;
notesPerOneAd: number;
backgroundImageUrl: string | null;
translationTimeout: number;
deeplAuthKey: string | null;
deeplIsPro: boolean;
deeplFreeMode: boolean;
@ -12159,6 +12160,7 @@ export type operations = {
maintainerName?: string | null;
maintainerEmail?: string | null;
langs?: string[];
translationTimeout?: number;
deeplAuthKey?: string | null;
deeplIsPro?: boolean;
deeplFreeMode?: boolean;