|
3 | 3 | "name": "elastic-default",
|
4 | 4 | "engine": "elastic",
|
5 | 5 | "connection_params": {
|
6 |
| - "request_timeout": 1000 |
| 6 | + "request_timeout": 10000 |
7 | 7 | },
|
8 | 8 | "collection_params": { "index_options": { "m": 16, "ef_construction": 100 } },
|
9 | 9 | "search_params": [
|
|
19 | 19 | "name": "elastic-m-16-ef-128",
|
20 | 20 | "engine": "elastic",
|
21 | 21 | "connection_params": {
|
22 |
| - "request_timeout": 1000 |
| 22 | + "request_timeout": 10000 |
23 | 23 | },
|
24 | 24 | "collection_params": { "index_options": { "m": 16, "ef_construction": 128 } },
|
25 | 25 | "search_params": [
|
|
35 | 35 | "name": "elastic-m-32-ef-128",
|
36 | 36 | "engine": "elastic",
|
37 | 37 | "connection_params": {
|
38 |
| - "request_timeout": 1000 |
| 38 | + "request_timeout": 10000 |
39 | 39 | },
|
40 | 40 | "collection_params": { "index_options": { "m": 32, "ef_construction": 128 } },
|
41 | 41 | "search_params": [
|
|
51 | 51 | "name": "elastic-m-32-ef-256",
|
52 | 52 | "engine": "elastic",
|
53 | 53 | "connection_params": {
|
54 |
| - "request_timeout": 1000 |
| 54 | + "request_timeout": 10000 |
55 | 55 | },
|
56 | 56 | "collection_params": { "index_options": { "m": 32, "ef_construction": 256 } },
|
57 | 57 | "search_params": [
|
|
67 | 67 | "name": "elastic-m-32-ef-512",
|
68 | 68 | "engine": "elastic",
|
69 | 69 | "connection_params": {
|
70 |
| - "request_timeout": 1000 |
| 70 | + "request_timeout": 10000 |
71 | 71 | },
|
72 | 72 | "collection_params": { "index_options": { "m": 32, "ef_construction": 512 } },
|
73 | 73 | "search_params": [
|
|
83 | 83 | "name": "elastic-m-64-ef-256",
|
84 | 84 | "engine": "elastic",
|
85 | 85 | "connection_params": {
|
86 |
| - "request_timeout": 1000 |
| 86 | + "request_timeout": 10000 |
87 | 87 | },
|
88 | 88 | "collection_params": { "index_options": { "m": 64, "ef_construction": 256 } },
|
89 | 89 | "search_params": [
|
|
99 | 99 | "name": "elastic-m-64-ef-512",
|
100 | 100 | "engine": "elastic",
|
101 | 101 | "connection_params": {
|
102 |
| - "request_timeout": 1000 |
| 102 | + "request_timeout": 10000 |
103 | 103 | },
|
104 | 104 | "collection_params": { "index_options": { "m": 64, "ef_construction": 512 } },
|
105 | 105 | "search_params": [
|
|
0 commit comments