chibenwa commented on code in PR #2185:
URL: https://github.com/apache/james-project/pull/2185#discussion_r1553109177


##########
backends-common/postgres/src/main/java/org/apache/james/backends/postgres/utils/PostgresExecutor.java:
##########
@@ -55,6 +58,9 @@ public class PostgresExecutor {
     public static final String NON_RLS_INJECT = "non_rls";
     public static final int MAX_RETRY_ATTEMPTS = 5;
     public static final Duration MIN_BACKOFF = Duration.ofMillis(1);
+    private static final Logger LOGGER = 
LoggerFactory.getLogger(PostgresExecutor.class);
+    private static final Duration JOOQ_REACTIVE_TIMEOUT = 
Duration.ofSeconds(10);

Review Comment:
   Please make this query timeout 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

Reply via email to