Reduce batch size to 20

Signed-off-by: Will Sewell <willsewell@monzo.com>
This commit is contained in:
Will Sewell
2021-05-03 13:36:22 +01:00
parent 81c54d1f25
commit e763b7b156
@@ -18,7 +18,7 @@ import { useApi } from '@backstage/core';
import { useAsync } from 'react-use';
import { catalogApiRef } from '../api';
const BATCH_SIZE = 100;
const BATCH_SIZE = 20;
export function useRelatedEntities(
entity: Entity,