Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lock.c: Fix artificially low MAX_READERS limit.
The MAX_READERS value was reduced initially for testing; bump it up significantly to prevent warnings when there are more than 5 read locks held, which can happen in normal usage, particularly with TLS.
- Loading branch information