You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
529 B

4 years ago
  1. {
  2. "title": "AggressiveSplittingPluginOptions",
  3. "type": "object",
  4. "additionalProperties": false,
  5. "properties": {
  6. "chunkOverhead": {
  7. "description": "Default: 0",
  8. "type": "number"
  9. },
  10. "entryChunkMultiplicator": {
  11. "description": "Default: 1",
  12. "type": "number"
  13. },
  14. "maxSize": {
  15. "description": "Byte, maxsize of per file. Default: 51200",
  16. "type": "number"
  17. },
  18. "minSize": {
  19. "description": "Byte, split point. Default: 30720",
  20. "type": "number"
  21. }
  22. }
  23. }