Skip to content
New issue

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

Immediately write config file changes to disk #2107

Closed
brazenvoid opened this issue Sep 3, 2020 · 2 comments
Closed

Immediately write config file changes to disk #2107

brazenvoid opened this issue Sep 3, 2020 · 2 comments
Assignees
Milestone

Comments

@brazenvoid
Copy link

brazenvoid commented Sep 3, 2020

Is your feature request related to a problem? Please describe

Grabber crashes, its a reality that we are used to now but due to the changes to config files management to reduce writes to the disk, though beneficial to an extent does not fit in with the crashing. Hours of work can go down the drain just because the app crashes and all changes wiped.

Describe the solution you'd like

An option to disable the writes management and allow immediate writing to the config files. I am thinking of all the configuration files except log.

@Bionus
Copy link
Owner

Bionus commented Sep 5, 2020

What config changes do you mean exactly?

The Grabber settings window writes the changes to the disk as soon as it closes. Same thing for source settings.

@Bionus Bionus changed the title [Request] Add Option To Immediately Write Config File Changes Immediately write config file changes to disk Sep 5, 2020
@brazenvoid
Copy link
Author

Well to be specific blacklist, downloads etc are the most damaging. As I said, grabber dies or gets stuck due to request locking or I have to force close it from time to time so the write to disk on close doesn't trigger.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants