Experimental mobile support for pdf indexing

This commit is contained in:
Simon Cambier
2022-10-15 16:26:11 +02:00
parent 0381d1918b
commit d5eda90d5f

View File

@@ -338,7 +338,7 @@ export const DEFAULT_SETTINGS: OmnisearchSettings = {
indexedFileTypes: [] as string[], indexedFileTypes: [] as string[],
PDFIndexing: false, PDFIndexing: false,
backgroundProcesses: Platform.isMobileApp backgroundProcesses: Platform.isMobileApp
? 0 ? 1
: Math.max(1, Math.floor(require('os').cpus().length / 2)), : Math.max(1, Math.floor(require('os').cpus().length / 2)),
showIndexingNotices: false, showIndexingNotices: false,