We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 714daae + e98d296 commit ae32539Copy full SHA for ae32539
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "rda_python_common"
7
-version = "1.0.10"
+version = "1.0.11"
8
authors = [
9
{ name="Zaihua Ji", email="zji@ucar.edu" },
10
]
src/rda_python_common/PgOPT.py
@@ -88,6 +88,7 @@
88
'WIDTH' : 128, # max column width
89
'TXTBIT' : 64, # text field bit (0x1000) allow multiple lines
90
'PEMAX' : 12, # max count of reuqest partition errors for auto reprocesses
91
+ 'PTMAX' : 24, # max number of partitions for a single request
92
'REMAX' : 2, # max count of reuqest errors for auto reprocesses
93
'RSMAX' : 2000, # max count of gatherxml with options -R -S
94
'RCNTL' : None, # placehold for a request control record
0 commit comments