From 821bdd75587de12f6e4cc81c3f683363312817b3 Mon Sep 17 00:00:00 2001 From: Risingson Date: Tue, 26 May 2020 23:21:07 +0200 Subject: [PATCH 1/3] connection maxItems increase This allows jumpbridge-networks greater than 50 JBs --- esi_routes/web.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esi_routes/web.py b/esi_routes/web.py index 571a6ca..0c95f05 100644 --- a/esi_routes/web.py +++ b/esi_routes/web.py @@ -50,7 +50,7 @@ def route_get_v1(origin, destination, ctx): in: query type: array description: connected solar system pairs - maxItems: 100 + maxItems: 300 uniqueItems: true items: type: array From 24b6806f22f3fcd247c00345badd553e1b31f36d Mon Sep 17 00:00:00 2001 From: Risingson Date: Tue, 26 May 2020 23:55:50 +0200 Subject: [PATCH 2/3] reduce maxItems increase --- esi_routes/web.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esi_routes/web.py b/esi_routes/web.py index 0c95f05..da5b2cc 100644 --- a/esi_routes/web.py +++ b/esi_routes/web.py @@ -50,7 +50,7 @@ def route_get_v1(origin, destination, ctx): in: query type: array description: connected solar system pairs - maxItems: 300 + maxItems: 200 uniqueItems: true items: type: array From 231fa673ffcd79fdefd528f2340cef9380f015eb Mon Sep 17 00:00:00 2001 From: Risingson Date: Wed, 4 Nov 2020 23:52:48 +0100 Subject: [PATCH 3/3] Update web.py Also increase avoided systems maxItems --- esi_routes/web.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esi_routes/web.py b/esi_routes/web.py index da5b2cc..3e3f160 100644 --- a/esi_routes/web.py +++ b/esi_routes/web.py @@ -40,7 +40,7 @@ def route_get_v1(origin, destination, ctx): in: query description: avoid solar system ID(s) type: array - maxItems: 100 + maxItems: 200 uniqueItems: true items: type: integer