We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hello, I use store.delete very slowly. What's the reason?
Main Process const store = new Store({ encryptionKey: "SecondTransRecord", fileExtension: "tmp" });global.store = store;
const store = new Store({ encryptionKey: "SecondTransRecord", fileExtension: "tmp" });global.store = store;
Renderer Process window.store.delete('potato');window.store.delete('tomato') The wait was 503ms
window.store.delete('potato');window.store.delete('tomato')
Is this normal or is there something else going on?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
hello,
I use store.delete very slowly. What's the reason?
Main Process
const store = new Store({ encryptionKey: "SecondTransRecord", fileExtension: "tmp" });global.store = store;
Renderer Process
window.store.delete('potato');window.store.delete('tomato')
The wait was 503ms
Is this normal or is there something else going on?
The text was updated successfully, but these errors were encountered: