els0r / goProbe

High-performance IP packet metadata aggregation and efficient storage and querying of flows
GNU General Public License v2.0
12 stars 4 forks source link

[bugfix] Remove default 30 second timeout in client #306

Closed els0r closed 6 months ago

els0r commented 6 months ago

Guards against situations where goQuery's --query.timeout parameter is ignored for global queries. It sets the default timeout to 30 minutes to provide some guardrail against long-running requests.

Closes #305