Class TransferConfig

java.lang.Object
com.google.gerrit.server.git.TransferConfig

public class TransferConfig extends Object
  • 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

      public String getFormattedMaxObjectSizeLimit()
    • inheritProjectMaxObjectSizeLimit

      public boolean inheritProjectMaxObjectSizeLimit()