gusutabopb / aioinflux

Asynchronous Python client for InfluxDB
MIT License
159 stars 31 forks source link

Add timeout kwarg to InfluxDBClient #21

Closed SuminAndrew closed 5 years ago

SuminAndrew commented 5 years ago

A simple option to configure client timeouts.

codecov-io commented 5 years ago

Codecov Report

Merging #21 into master will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #21      +/-   ##
==========================================
+ Coverage   98.22%   98.22%   +<.01%     
==========================================
  Files          10       10              
  Lines         506      507       +1     
==========================================
+ Hits          497      498       +1     
  Misses          9        9
Impacted Files Coverage Δ
aioinflux/client.py 97.22% <100%> (+0.01%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update fc66caf...756fd67. Read the comment docs.

gusutabopb commented 5 years ago

Thanks!