Skip to content

Commit ae32539

Browse files
authored
Merge pull request #15 from NCAR/hua-work-common
PgOPT.PGOPT['PTMAX'] defaults to 24
2 parents 714daae + e98d296 commit ae32539

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "rda_python_common"
7-
version = "1.0.10"
7+
version = "1.0.11"
88
authors = [
99
{ name="Zaihua Ji", email="zji@ucar.edu" },
1010
]

src/rda_python_common/PgOPT.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@
8888
'WIDTH' : 128, # max column width
8989
'TXTBIT' : 64, # text field bit (0x1000) allow multiple lines
9090
'PEMAX' : 12, # max count of reuqest partition errors for auto reprocesses
91+
'PTMAX' : 24, # max number of partitions for a single request
9192
'REMAX' : 2, # max count of reuqest errors for auto reprocesses
9293
'RSMAX' : 2000, # max count of gatherxml with options -R -S
9394
'RCNTL' : None, # placehold for a request control record

0 commit comments

Comments
 (0)