diff --git a/app/MindWork AI Studio/Settings/DataModel/Data.cs b/app/MindWork AI Studio/Settings/DataModel/Data.cs index 251011cd..0a1bcb5c 100644 --- a/app/MindWork AI Studio/Settings/DataModel/Data.cs +++ b/app/MindWork AI Studio/Settings/DataModel/Data.cs @@ -98,7 +98,7 @@ public sealed class Data /// /// The live translation interval for debouncing in milliseconds. /// - public int LiveTranslationDebounceIntervalMilliseconds { get; set; } = 1_000; + public int LiveTranslationDebounceIntervalMilliseconds { get; set; } = 1_500; /// /// Do we want to preselect any translator options? diff --git a/app/MindWork AI Studio/wwwroot/changelog/v0.8.6.md b/app/MindWork AI Studio/wwwroot/changelog/v0.8.6.md index 4da42153..ab409ca0 100644 --- a/app/MindWork AI Studio/wwwroot/changelog/v0.8.6.md +++ b/app/MindWork AI Studio/wwwroot/changelog/v0.8.6.md @@ -1,2 +1,3 @@ # v0.8.6, build 168 -- Improved the readability of the `settings.json` file by using indentation and enum names instead of numbers \ No newline at end of file +- Improved the readability of the `settings.json` file by using indentation and enum names instead of numbers +- Increased the default value for the live translation delay from 1,000 to 1,500 ms \ No newline at end of file