We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bbd131 commit b5b4650Copy full SHA for b5b4650
src/modules/users/repositories/users.repository.ts
@@ -623,7 +623,7 @@ export class UsersRepository implements ICrud<UserEntity> {
623
public async *getUsersForConfigStream(
624
excludedInbounds: InboundsEntity[],
625
): AsyncGenerator<UserForConfigEntity[]> {
626
- const BATCH_SIZE = 25_000;
+ const BATCH_SIZE = 15_000;
627
let offset = 0;
628
let hasMoreData = true;
629
0 commit comments