Github user kkhatua commented on a diff in the pull request:

    https://github.com/apache/drill/pull/751#discussion_r101872723
  
    --- Diff: 
exec/java-exec/src/main/java/org/apache/drill/exec/server/rest/profile/ProfileResources.java
 ---
    @@ -61,7 +64,7 @@
     public class ProfileResources {
       static final org.slf4j.Logger logger = 
org.slf4j.LoggerFactory.getLogger(ProfileResources.class);
     
    -  public final static int MAX_PROFILES = 100;
    +  public final static int MAX_PROFILES = 
Integer.valueOf(System.getProperty(ExecConstants.HTTP_MAX_PROFILES, "100"));
    --- End diff --
    
    I was hoping to. Wasn't sure how to get access to the DrillConfig object.  
Let me look at this.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to