public void setBatchCountThreshold()

in src/main/java/com/aliyun/openservices/log/log4j2/LoghubAppender.java [404:406]


    public void setBatchCountThreshold(int batchCountThreshold) {
        producerConfig.setBatchCountThreshold(batchCountThreshold);
    }