Skip to content

Commit 617a2fc

Browse files
Fix 60 seconds -> 60 minutes on readme.md
1 parent 5618a1f commit 617a2fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Numba’s function-level caching (`@jit(cache=True)`) is not concurrency-safe by
1515
- Lock file is created next to the cache index file:
1616
`/path/to/cache/func.nbi.lock`
1717
- Lock behavior:
18-
- Timeout to acquire: 60 seconds (configurable)
18+
- Timeout to acquire: 60 minutes (configurable)
1919
- Lifetime: `None` (lock persists until released)
2020
- NFS-safe: relies on atomic file creation
2121

0 commit comments

Comments
 (0)