add httpclient configuration options in grouper.properties

XMLWordPrintable

    • Type: Improvement
    • Resolution: Fixed
    • Priority: Minor
    • 4.9.3, 5.7.0
    • Affects Version/s: None
    • Component/s: None
    • None

       
      ###########################################################################
      ## HTTP client settings
      ###########################################################################
       
      # default pool size for an HTTP client.  i.e. this is the max number of connections outbound at once per container instance
      # {valueType: "integer", defaultValue: "100"}
      httpClientMaxTotalPoolSize = 
       
      # default number of connections at once for an endpoint from a container
      # {valueType: "integer", defaultValue: "30"}
      httpClientDefaultMaxPerRoute = 
       
      # if HTTP client instances should be re-used
      # {valueType: "boolean", defaultValue: "true"}
      httpClientReuse = 
       
       

            Assignee:
            Chris Hyzer (upenn.edu)
            Reporter:
            Chris Hyzer (upenn.edu)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: