chibenwa commented on code in PR #2514: URL: https://github.com/apache/james-project/pull/2514#discussion_r1853444444
########## backends-common/postgres/src/main/java/org/apache/james/backends/postgres/PostgresCommons.java: ########## @@ -93,4 +93,8 @@ public static <T> Field<T> tableField(Table<Record> table, Field<T> field) { public static final int IN_CLAUSE_MAX_SIZE = 32; + public static final int BATCH_SIZE = 100; Review Comment: Make this configurable? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org For additional commands, e-mail: notifications-h...@james.apache.org