Experimental mobile support for pdf indexing
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user