influxdata / influxdb-python

Python client for InfluxDB
MIT License
1.7k stars 522 forks source link

How to enable gzip and udp #908

Open ronytesler opened 2 years ago

ronytesler commented 2 years ago

package version: 5.3.1

In the docs: gzip (bool) – use gzip content encoding to compress requests in the code: enable_gzip=False So how should I use gzip? In the code I don't see anything related to udp, does 'use_udp' work?