Remap processor options could be integrated to a single option
--------------------------------------------------------------

                 Key: TS-846
                 URL: https://issues.apache.org/jira/browse/TS-846
             Project: Traffic Server
          Issue Type: Improvement
          Components: Configuration
    Affects Versions: 3.0.0
            Reporter: Eric Balsa
            Assignee: Eric Balsa
            Priority: Minor
             Fix For: 3.1.0


TS_ReadConfigInteger(use_separate_thread, 
"proxy.config.remap.use_remap_processor");
and
TS_ReadConfigInteger(num_remap_threads, "proxy.config.remap.num_remap_threads");

should be changed to a single config
TS_ReadConfigInteger(num_remap_threads, "proxy.config.remap.num_remap_threads");

whereby a setting of "0" would indicate not to use a separate thread(s) for 
remapping. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to