Revision 9100
Added by Matt Jones almost 10 years ago
lib/metacat.properties | ||
---|---|---|
594 | 594 |
# Default checksum algorithm |
595 | 595 |
dataone.checksumAlgorithm.default=MD5 |
596 | 596 |
|
597 |
# Default file upload size for create() and update (in bytes) |
|
597 |
# Default file upload size for create() and update (in bytes, or -1 for no limit) |
|
598 |
# Note that this is parsed as an int value, so must be < 2^31-1 |
|
598 | 599 |
dataone.max_upload_size=1000000000 |
599 | 600 |
|
600 | 601 |
# overall services (TODO: mn vs. cn?) |
Also available in: Unified diff
Add comments explaining limits on max_upload_size property.