Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

packedGitOpenFiles doesn't changed #1049

Closed
simbadltd opened this issue Apr 8, 2016 · 1 comment
Closed

packedGitOpenFiles doesn't changed #1049

simbadltd opened this issue Apr 8, 2016 · 1 comment
Milestone

Comments

@simbadltd
Copy link

Hi! I've tried to change git.packedGitOpenFiles parameter in gitblit.properties from 128 to 1024 and there is no effect:
"
include = defaults.properties

git.acceptedPushTransports =HTTP
git.repositoriesFolder = D:/gitblit-repos
git.packedGitWindowSize = 16k
git.packedGitLimit = 8g
git.streamFileThreshold = 2047m
git.deltaBaseCacheLimit = 50m
git.packedGitOpenFiles = 256
"

I can see only "RepositoryManager:1933 - git.packedGitOpenFiles = 128" in the log.

Another git parameters (like packedGitWindowSize and streamFileThreshold ) have been applied successfuly.

@gitblit
Copy link
Collaborator

gitblit commented Apr 20, 2016

Thanks for the report. The wrong settings method was used to retrieve this value from the settings.

@flaix flaix added this to the 1.8.0 milestone Mar 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants