magneticstain / Inquisition

An advanced and versatile open-source network anomaly detection platform
MIT License
8 stars 4 forks source link

Make API Query Timeouts Configurable #106

Closed magneticstain closed 5 years ago

magneticstain commented 6 years ago

For each XHR request issued by Celestial to the Inquisition API, a timeout can be set for it to wait. We should make this value configurable so that administrators can tune it to match their environment.

magneticstain commented 5 years ago

Making this configurable would require making the js dynamically generated. IMO, that's more effort needed for this than it's worth. Instead, we'll keep the timeouts hardcoded to where they're at. If users find they're too short, we can adjust them in future versions.