Increased the threshold of elements per line in a column before they are
stored as a character string
This commit is contained in:
@ -227,7 +227,7 @@ def __addDMSOutputOption(optionManager):
|
|||||||
group.add_argument('--max-elts',
|
group.add_argument('--max-elts',
|
||||||
action="store", dest="obi:maxelts",
|
action="store", dest="obi:maxelts",
|
||||||
metavar='<N>',
|
metavar='<N>',
|
||||||
default=1000,
|
default=1000000,
|
||||||
type=int,
|
type=int,
|
||||||
help="Maximum number of elements per line in a column "
|
help="Maximum number of elements per line in a column "
|
||||||
"(e.g. the number of different keys in a dictionary-type "
|
"(e.g. the number of different keys in a dictionary-type "
|
||||||
|
Reference in New Issue
Block a user