Package com.google.gerrit.server.git
Class TransferConfig
java.lang.Object
com.google.gerrit.server.git.TransferConfig
- 
Method SummaryModifier and TypeMethodDescriptionlongorg.eclipse.jgit.storage.pack.PackConfigintReturns configured timeout, in seconds.boolean
- 
Method Details- 
getTimeoutpublic int getTimeout()Returns configured timeout, in seconds. 0 if the timeout is infinite.
- 
getPackConfigpublic org.eclipse.jgit.storage.pack.PackConfig getPackConfig()
- 
getMaxObjectSizeLimitpublic long getMaxObjectSizeLimit()
- 
getFormattedMaxObjectSizeLimit
- 
inheritProjectMaxObjectSizeLimitpublic boolean inheritProjectMaxObjectSizeLimit()
 
-