mbeckerle commented on code in PR #885:
URL: https://github.com/apache/daffodil/pull/885#discussion_r1038368059


##########
daffodil-propgen/src/main/resources/org/apache/daffodil/xsd/dafext.xsd:
##########
@@ -207,6 +207,38 @@
             </xs:restriction>
           </xs:simpleType>
         </xs:element>
+        <xs:element name="infosetWalkerSkipMin" default="32" minOccurs="0">
+          <xs:annotation>
+            <xs:documentation>
+              Daffodil periodically walks the internal infoset to send events 
to the configured
+              InfosetOutputter, skipping at least this number of walk 
attempts. Larger values
+              mean delayed InfosetOutputter events and more memory usage; 
Smaller values mean
+              more CPU usage. Set this value to zero to never skip any walk 
attempts.

Review Comment:
   Suggest adding phrasing that this is specifically for an advanced testing 
behavior, and should not need to be adjusted by users ever. 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to