Skip to content

Commit

Permalink
Merge pull request #9 from imubit/add-smaller-block-size
Browse files Browse the repository at this point in the history
add 1000 page size
  • Loading branch information
cloud-rocket authored Nov 28, 2023
2 parents e1552e9 + 2198100 commit 90e491c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data_agent_osisoft_pi/connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def list_connection_fields():
"page_size": {
"name": "Data Read Page Size",
"type": "list",
"values": ["200000", "20000", "10000", "5000"],
"values": ["200000", "20000", "10000", "5000", "1000"],
"default_value": OsisoftPiConnector.DEFAULT_PAGE_SIZE,
"optional": False,
},
Expand Down

0 comments on commit 90e491c

Please sign in to comment.