- removed "stargates" from custom connections used for ESI /routes/ search endpoint because ESI knows all stargates

This commit is contained in:
Mark Friedrich
2018-06-09 20:28:03 +02:00
parent 9769ae72ff
commit 452b7823df

View File

@@ -523,6 +523,11 @@ class Route extends Controller\AccessController {
$routeData['searchType'] = 'esi';
if($systemFromId && $systemToId){
// ESI route search can only handle 50 $connections (100 entries)
// we want to add NON stargate connections ONLY for ESI route search
// because ESI will use them anyways!
$filterData['stargates'] = false;
// prepare search data ------------------------------------------------------------------------------------
// add map specific data