- No longer files have been trimmed even delimiters have been continuous.
- Fixed the toggle title to `Do not split chunks in the background` from `Do not split chunks in the foreground`.
- Non-configured item mismatches are no longer detected.
This commit is contained in:
vorotamoroz
2024-06-04 11:34:42 +01:00
parent c5ac76d916
commit 8b94a0b72e
2 changed files with 2 additions and 2 deletions

Submodule src/lib updated: b2e571bca0...eb39d533e4

View File

@@ -306,7 +306,7 @@ export const SettingInformation: Partial<Record<keyof AllSettings, Configuration
desc: "If enabled, chunks will be split into no more than 100 items. However, dedupe is slightly weaker."
},
disableWorkerForGeneratingChunks: {
name: "Do not split chunks in the foreground",
name: "Do not split chunks in the background",
desc: "If disabled(toggled), chunks will be split on the UI thread (Previous behaviour)."
},
processSmallFilesInUIThread: {