-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pack.c: limit number of open packfiles.
Git repositories with a lot of pushes or pulls but few repacks would end up with a lot of open files. This wasn't a real problem, but it would cause warnings on the command line. This change limits the number of concurrent open packs to 32.
- Loading branch information
Showing
1 changed file
with
97 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters