This release adds setter functions for the rolling window and curl limit in the CurlEmitter
:
$curl_emitter.setCurlAmount($curl_amount)
– update the curl buffer size (number of times we need to reach the buffer size before we initiate sending)$curl_emitter.setRollingWindow($rolling_window)
– update the rolling window configuration (max number of concurrent requests)
Enhancements
- Add
setCurlAmount
andsetRollingWindow
setters toCurlEmitter
Snowplow PHP Tracker version 0.8.0
is available on Packagist.
The project’s source code can be found here.