Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "rda_python_common"
version = "1.0.10"
version = "1.0.11"
authors = [
{ name="Zaihua Ji", email="[email protected]" },
]
Expand Down
1 change: 1 addition & 0 deletions src/rda_python_common/PgOPT.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
'WIDTH' : 128, # max column width
'TXTBIT' : 64, # text field bit (0x1000) allow multiple lines
'PEMAX' : 12, # max count of reuqest partition errors for auto reprocesses
'PTMAX' : 24, # max number of partitions for a single request
'REMAX' : 2, # max count of reuqest errors for auto reprocesses
'RSMAX' : 2000, # max count of gatherxml with options -R -S
'RCNTL' : None, # placehold for a request control record
Expand Down