Skip to content

Commit 5145e9a

Browse files
committed
Remove 2024 inotify instance exhaustion fix section from README
1 parent d229d2a commit 5145e9a

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

README.rst

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,6 @@ Features
5454
* Thread-safety.
5555
* **Per-call max age:** Specify a maximum age for cached values per call.
5656

57-
Bug Fixes
58-
=========
59-
60-
**2024: Fix for inotify instance exhaustion in pickle backend**
61-
62-
- The pickle backend previously created a new inotify instance (via watchdog) for each cache wait, which could exhaust the system's inotify instance limit under heavy concurrency (see [Issue #24](https://github.com/python-cachier/cachier/issues/24)).
63-
- This is now fixed: observers are reused and properly cleaned up, and the backend falls back to polling if the inotify limit is reached.
64-
- A regression test is included: it will fail if the bug is present, and pass when the fix is in place.
65-
6657
Cachier is **NOT**:
6758

6859
* Meant as a transient cache. Python's @lru_cache is better.

0 commit comments

Comments
 (0)