mirror of
https://github.com/PlaneQuery/OpenAirframes.git
synced 2026-06-07 13:53:52 +02:00
Fix API rate limit risk
This commit is contained in:
+1
-1
@@ -44,7 +44,7 @@ let CONFIG = {
|
|||||||
apiKeys: [],
|
apiKeys: [],
|
||||||
baseUrl: 'https://api.airfranceklm.com/opendata',
|
baseUrl: 'https://api.airfranceklm.com/opendata',
|
||||||
pageSize: 100,
|
pageSize: 100,
|
||||||
requestDelay: 1100,
|
requestDelay: 5000,
|
||||||
catalogPath: null,
|
catalogPath: null,
|
||||||
airlineCode: null,
|
airlineCode: null,
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user