Results 6 issues of Rob Agar

For safety, our openvpn server config contains these entries so that the daemon isn't running as root once initialization is complete: ``` user nobody group nogroup ``` The Authy VPN...

Hiya - just a small change to allow building on Ubuntu 18.04 which only has CMake 3.10

Having built WebRTC r74f9d98 with clang, I'm now getting a whole bunch of linker errors for various things that should be in _libwebrtc_full.a_: - multiple definition of 'webrtc::CircularBuffer::~CircularBuffer() - undefined...

My (previously working) build fails, now complaining that _//webrtc:webrtc_tests(//build/toolchain/linux:x64)_ has not been built. Is _rtc_include_tests=false_ correct? _build.sh -d_ output: ``` Compiling WebRTC + compile linux /home/rob/libs/webrtcbuilds/out linux x64 + local...

### Describe the bug Under moderately heavy load, the InfluxDB v1 backend falls behind and eventually starts dropping samples. See https://discordapp.com/channels/914168414178779197/1207326913186762794 for the details ### To reproduce 1. Configure router...

bug

This adds the ability to send multiple data points in a single PUT to InfluxDB, giving a huge performance gain for high frequency data. Volume configuration: - `put_batch_size` - Maximum...