Skip to content

Commit dd9a2dd

Browse files
committed
chore: modify page_size '5000' -> '7000'
Signed-off-by: ImMin5 <[email protected]>
1 parent 6b7ccd9 commit dd9a2dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cloudforet/cost_analysis/connector/azure_cost_mgmt_connector.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
_LOGGER = logging.getLogger("spaceone")
2626

27-
_PAGE_SIZE = 5000
27+
_PAGE_SIZE = 7000
2828

2929

3030
def azure_exception_handler(func):

0 commit comments

Comments
 (0)