chibenwa commented on code in PR #2837:
URL: https://github.com/apache/james-project/pull/2837#discussion_r2448905972
##########
backends-common/postgres/src/main/java/org/apache/james/backends/postgres/PostgresConfiguration.java:
##########
@@ -59,6 +59,8 @@ public class PostgresConfiguration {
public static final String SSL_MODE_DEFAULT_VALUE = "allow";
public static final String JOOQ_REACTIVE_TIMEOUT = "jooq.reactive.timeout";
public static final Duration JOOQ_REACTIVE_TIMEOUT_DEFAULT_VALUE =
Duration.ofSeconds(10);
+ public static final String ATTACHMENT_STORAGE_ENABLED =
"attachment.storage.enabled";
+ public static final boolean ATTACHMENT_STORAGE_ENABLED_DEFAULT_VALUE =
false;
Review Comment:
For JMAP users this makes sens to have this `true`
Maybe we can keep the existing behaviour given we provide an easy option to
opt out?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]