aryangupta1998 commented on a change in pull request #1885:
URL: https://github.com/apache/ozone/pull/1885#discussion_r592785600



##########
File path: 
hadoop-hdds/common/src/main/java/org/apache/hadoop/ozone/OzoneConfigKeys.java
##########
@@ -190,6 +190,11 @@
   public static final int OZONE_BLOCK_DELETING_LIMIT_PER_CONTAINER_DEFAULT
       = 1000;
 
+  public static final String OZONE_BLOCK_DELETING_LIMIT_PER_INTERVAL =
+      "ozone.block.deleting.limit.per.interval";
+  public static final int OZONE_BLOCK_DELETING_LIMIT_PER_INTERVAL_DEFAULT
+      = 1000;
+

Review comment:
       Moved




----------------------------------------------------------------
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]

Reply via email to