Skip to content

Commit

Permalink
Bump the pure api items per page to 100
Browse files Browse the repository at this point in the history
Was still set to 2 for debug purpose
  • Loading branch information
cvaroqui committed Sep 14, 2022
1 parent a1af47d commit 96cff51
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions opensvc/drivers/array/pure.py
Expand Up @@ -20,8 +20,7 @@

WWID_PREFIX = "624a9370"
RENEW_STATUS = 403
ITEMS_PER_PAGE = 200
ITEMS_PER_PAGE = 2
ITEMS_PER_PAGE = 100
MAX_PAGES = 1000
DAY_MS = 24*60*60*1000
REQUEST_TIMEOUT = 10
Expand Down

0 comments on commit 96cff51

Please sign in to comment.