| Summary: | Excessive use of inotify instances in kate | ||
|---|---|---|---|
| Product: | [Applications] kate | Reporter: | Pozsgay Máté <matthew.linux> |
| Component: | application | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | CC: | christoph |
| Priority: | NOR | ||
| Version First Reported In: | Git | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Pozsgay Máté
2022-11-14 13:27:39 UTC
I guess we should try to share our QFileSystemWatcher instances. I think the issue is we create one or two per project if I don't read the code wrongly. These two requests shall limit the number of watchers we use a lot. I think it should work now as intended. |