mirror of
https://github.com/spring-projects/spring-data-elasticsearch.git
synced 2025-06-23 04:22:12 +00:00
TYPO : default replicas should be 1 and default shards should be 5
This commit is contained in:
parent
151c62361c
commit
b5873cb3e6
@ -36,9 +36,9 @@ public @interface Document {
|
||||
|
||||
String type() default "";
|
||||
|
||||
short shards() default 1;
|
||||
short shards() default 5;
|
||||
|
||||
short replicas() default 5;
|
||||
short replicas() default 1;
|
||||
|
||||
String refreshInterval() default "1s";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user