zhaojintaozhao commented on a change in pull request #4550:
URL: https://github.com/apache/incubator-doris/pull/4550#discussion_r486419393
##########
File path: fe/fe-core/src/main/java/org/apache/doris/common/Config.java
##########
@@ -1250,4 +1250,16 @@
*/
@ConfField(mutable = true, masterOnly = true)
public static boolean enable_batch_delete_by_default = false;
+
+ /**
+ * Used to set default db data quota bytes.
+ */
+ @ConfField(mutable = true, masterOnly = false)
+ public static long default_db_data_quota_bytes = 1024 * 1024 * 1024 *
1024L; // 1TB
+
+ /**
+ * Used to set default db replica quota bytes.
+ */
+ @ConfField(mutable = true, masterOnly = false)
+ public static long default_db_replica_quota_bytes = 1024 * 1024 * 1024;
Review comment:
I restore the modification of default_db_replica_quota_size.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]