copr: change limit value so it is clear that we are using higher than default
This commit is contained in:
parent
ea46351f09
commit
a8ec3232b5
1 changed files with 1 additions and 1 deletions
|
@ -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():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue