Skip to content

Commit

Permalink
PHOENIX-2095 Lower the default for phoenix.sequence.saltBuckets
Browse files Browse the repository at this point in the history
  • Loading branch information
apurtell committed Jul 8, 2015
1 parent 973bccb commit efb941a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ public class QueryServicesOptions {
/**
* Use only first time SYSTEM.SEQUENCE table is created.
*/
public static final int DEFAULT_SEQUENCE_TABLE_SALT_BUCKETS = SaltingUtil.MAX_BUCKET_NUM;
public static final int DEFAULT_SEQUENCE_TABLE_SALT_BUCKETS = 0;
/**
* Default value for coprocessor priority is between SYSTEM and USER priority.
*/
Expand Down

0 comments on commit efb941a

Please sign in to comment.