Skip to content

Commit d2449b1

Browse files
committed
add comment
1 parent 8356712 commit d2449b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

constants/firebase.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const BATCH_SIZE_IN_CLAUSE = 30;
1+
const BATCH_SIZE_IN_CLAUSE = 30; // since only 30 comparision values are allowed in 'in' clause
22

33
module.exports = {
44
BATCH_SIZE_IN_CLAUSE,

0 commit comments

Comments
 (0)