Skip to content

Commit e973cbe

Browse files
author
zaihuaji
committed
set PgOPT.PGOPT['RSMAX'] from 2000 to 100
1 parent 81f209c commit e973cbe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.22"
7+
version = "1.0.23"
88
authors = [
99
{ name="Zaihua Ji", email="zji@ucar.edu" },
1010
]

src/rda_python_common/PgOPT.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
'PEMAX' : 12, # max count of reuqest partition errors for auto reprocesses
9191
'PTMAX' : 24, # max number of partitions for a single request
9292
'REMAX' : 2, # max count of reuqest errors for auto reprocesses
93-
'RSMAX' : 2000, # max count of gatherxml with options -R -S
93+
'RSMAX' : 100, # max count of gatherxml with options -R -S
9494
'RCNTL' : None, # placehold for a request control record
9595
'dcm' : "dcm",
9696
'sdp' : "sdp",

0 commit comments

Comments
 (0)