-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add maxDaysAgo limit to queries on import and export orders for a system
Query performance is actually fine with this being unlimited but returning really old data for imports can result in _very_ large payloads, sometimes 5 MB of JSON data for single system, filled with mostly old data that isn't really relevant. This change will improve relevance, performance and reduce network load but at the cost of slightly less useful data. I may be inclined to bump up this threshold to 90 days if 30 proves too limiting - which wil be partly dependant on the amount of data coming through EDDN (i.e. how active players are).
- Loading branch information
1 parent
3daded1
commit a86c48e
Showing
3 changed files
with
17 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters