Skip to content

Commit

Permalink
Adjust defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
keith-turner committed Dec 14, 2024
1 parent d5fad56 commit 637403a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions core/src/main/java/org/apache/accumulo/core/conf/Property.java
Original file line number Diff line number Diff line change
Expand Up @@ -770,11 +770,11 @@ public enum Property {
TSERV_CONDITIONAL_UPDATE_THREADS_ROOT("tserver.conditionalupdate.threads.root", "16",
PropertyType.COUNT, "Numbers of threads for executing conditional updates on the root table.",
"4.0.0"),
TSERV_CONDITIONAL_UPDATE_THREADS_META("tserver.conditionalupdate.threads.meta", "16",
PropertyType.COUNT, "Numbers of threads for executing conditional updates on the metadata table.",
"4.0.0"),
TSERV_CONDITIONAL_UPDATE_THREADS_USER("tserver.conditionalupdate.threads.user", "16",
PropertyType.COUNT, "Numbers of threads for executing conditional updates on the user table.",
TSERV_CONDITIONAL_UPDATE_THREADS_META("tserver.conditionalupdate.threads.meta", "64",
PropertyType.COUNT,
"Numbers of threads for executing conditional updates on the metadata table.", "4.0.0"),
TSERV_CONDITIONAL_UPDATE_THREADS_USER("tserver.conditionalupdate.threads.user", "64",
PropertyType.COUNT, "Numbers of threads for executing conditional updates on user tables.",
"4.0.0"),

// accumulo garbage collector properties
Expand Down

0 comments on commit 637403a

Please sign in to comment.