Closed Krymnos closed 6 years ago
I added the support for buffers to the Provenance API and now buffer size can be configured in the configuration file and Provenance API will buffer that many Datapoints before persisting them. The buffer capacity defaults to 1 if not explicitly specified in the configuration file and the property looks as follow:
buffer.capacity: 10
I pushed my changes to the develop branch.
buffer DPs to increase