copr: change limit value so it is clear that we are using higher than default

This commit is contained in:
Jakub Kadlcik 2022-08-26 03:48:24 +02:00
parent ea46351f09
commit a8ec3232b5

View file

@ -11,7 +11,7 @@ from ibm_cloud_sdk_core.authenticators import IAMAuthenticator
DEFAULT_TOKEN_FILE = "{{ ibmcloud_token_file }}"
SERVICE_URL = "https://jp-tok.iaas.cloud.ibm.com/v1"
LIMIT = 100
LIMIT = 999
def _get_arg_parser():