kopia lustrzana https://github.com/wagtail/wagtail
Run Elasticsearch tests with one shard
rodzic
d067239dfe
commit
208ca70b1f
|
|
@ -206,6 +206,13 @@ if 'ELASTICSEARCH_URL' in os.environ:
|
|||
'TIMEOUT': 10,
|
||||
'max_retries': 1,
|
||||
'AUTO_UPDATE': False,
|
||||
'INDEX_SETTINGS': {
|
||||
'settings': {
|
||||
'index': {
|
||||
'number_of_shards': 1
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue