mirror of
https://github.com/elastic/eland.git
synced 2025-07-11 00:02:14 +08:00
Setting chunk size to 1mb (#605)
This commit is contained in:
parent
12200039f5
commit
a8b76c390f
@ -42,7 +42,7 @@ if TYPE_CHECKING:
|
||||
|
||||
from elasticsearch._sync.client.utils import _quote
|
||||
|
||||
DEFAULT_CHUNK_SIZE = 4 * 1024 * 1024 # 4MB
|
||||
DEFAULT_CHUNK_SIZE = 1024 * 1024 # 1MB
|
||||
DEFAULT_TIMEOUT = "60s"
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user