Added polling for watcher.
This commit is contained in:
@@ -1,5 +1,14 @@
|
||||
const Store = require("electron-store");
|
||||
|
||||
const store = new Store({ defaults: { filePaths: [], accepted_ins_co: [] } });
|
||||
const store = new Store({
|
||||
defaults: {
|
||||
filePaths: [],
|
||||
accepted_ins_co: [],
|
||||
polling: {
|
||||
enabled: false,
|
||||
pollingInterval: 100,
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
exports.store = store;
|
||||
|
||||
Reference in New Issue
Block a user