Package com.google.gerrit.server.git
Class TransferConfig
java.lang.Object
com.google.gerrit.server.git.TransferConfig
-
Method Summary
Modifier and TypeMethodDescriptionlong
org.eclipse.jgit.storage.pack.PackConfig
int
Returns configured timeout, in seconds.boolean
-
Method Details
-
getTimeout
public int getTimeout()Returns configured timeout, in seconds. 0 if the timeout is infinite. -
getPackConfig
public org.eclipse.jgit.storage.pack.PackConfig getPackConfig() -
getMaxObjectSizeLimit
public long getMaxObjectSizeLimit() -
getFormattedMaxObjectSizeLimit
-
inheritProjectMaxObjectSizeLimit
public boolean inheritProjectMaxObjectSizeLimit()
-