We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81f209c commit e973cbeCopy full SHA for e973cbe
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "rda_python_common"
7
-version = "1.0.22"
+version = "1.0.23"
8
authors = [
9
{ name="Zaihua Ji", email="zji@ucar.edu" },
10
]
src/rda_python_common/PgOPT.py
@@ -90,7 +90,7 @@
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
+ 'RSMAX' : 100, # max count of gatherxml with options -R -S
94
'RCNTL' : None, # placehold for a request control record
95
'dcm' : "dcm",
96
'sdp' : "sdp",
0 commit comments