alxndrsn commented on issue #541: Allow configuration of max doc IDs for 
optimised code path in changes filter
URL: https://github.com/apache/couchdb/pull/541#issuecomment-306432789
 
 
   @nickva thanks for all the help!
   
   One query, reference wrapping lines to 80 columns: where would you wrap the 
following, and how would you indent the split line?
   
            MaxDocIds = config:get_integer("couchdb", 
"changes_doc_ids_optimization_threshold", 100), 
   
   I guess the following would work:
   
            MaxDocIds = config:get_integer("couchdb",
                    "changes_doc_ids_optimization_threshold", 100),
   
   But there are no other similar lines wrapped in that file, and lots of lines 
which spill over above 80 columns.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to