Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP3:GA
google-cloud-sdk.4873
gcsdk-no-batch-limit.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File gcsdk-no-batch-limit.patch of Package google-cloud-sdk.4873
--- lib/googlecloudsdk/api_lib/compute/batch_helper.py.orig +++ lib/googlecloudsdk/api_lib/compute/batch_helper.py @@ -39,7 +39,7 @@ def MakeRequests(requests, http, batch_u for service, method, request in requests: batch_request.Add(service, method, request) - responses = batch_request.Execute(http, max_batch_size=_BATCH_SIZE_LIMIT) + responses = batch_request.Execute(http) objects = [] errors = [] --- lib/googlecloudsdk/api_lib/compute/client_adapter.py.orig +++ lib/googlecloudsdk/api_lib/compute/client_adapter.py @@ -105,8 +105,7 @@ class ClientAdapter(object): for service, method, request in requests: batch_request.Add(service, method, request) - payloads = batch_request.Execute(self._client.http, - max_batch_size=_BATCH_SIZE_LIMIT) + payloads = batch_request.Execute(self._client.http) responses = [] errors = errors_to_collect if errors_to_collect is not None else []
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor