You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
Hi! I've tried to change git.packedGitOpenFiles parameter in gitblit.properties from 128 to 1024 and there is no effect:
"
include = defaults.properties
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.
The text was updated successfully, but these errors were encountered: