Update Max Payload Size (#17414)

This commit is contained in:
Mohit Yadav 2024-08-12 23:21:49 +05:30 committed by GitHub
parent 995320a9ec
commit f7f30799d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -270,7 +270,7 @@ public class OpenMetadataOperations implements Callable<Integer> {
int batchSize,
@Option(
names = {"-p", "--payload-size"},
defaultValue = "100")
defaultValue = "10485760")
int payloadSize,
@Option(
names = {"--recreate-indexes"},