Skip to content

Commit c70cb3c

Browse files
authored
chore: reduce batch size fetching spaces
1 parent 9e8f190 commit c70cb3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helpers/spaces.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import log from './log';
66
import db from './mysql';
77

88
const RUN_INTERVAL = 120e3;
9-
const BATCH_SIZE = 70000;
9+
const BATCH_SIZE = 40000;
1010
const TEST_STRATEGIES = [
1111
'ticket',
1212
'api',

0 commit comments

Comments
 (0)