ashcrow / flask-track-usage

Basic metrics tracking for the Flask framework.
Other
53 stars 33 forks source link

limit ip_info to 128 bytes is too restrictive #52

Closed goodtiding5 closed 5 years ago

goodtiding5 commented 5 years ago

Field ip_info is allocated with 1024 bytes in length. It's too restrictive to limit it to 128 bytes.

ashcrow commented 5 years ago

Travis failure is due to sphinx versioning.