Last change
on this file since 6a80231 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
615 bytes
|
Line | |
---|
1 | {
|
---|
2 | "title": "AggressiveSplittingPluginOptions",
|
---|
3 | "type": "object",
|
---|
4 | "additionalProperties": false,
|
---|
5 | "properties": {
|
---|
6 | "chunkOverhead": {
|
---|
7 | "description": "Extra cost for each chunk (Default: 9.8kiB).",
|
---|
8 | "type": "number"
|
---|
9 | },
|
---|
10 | "entryChunkMultiplicator": {
|
---|
11 | "description": "Extra cost multiplicator for entry chunks (Default: 10).",
|
---|
12 | "type": "number"
|
---|
13 | },
|
---|
14 | "maxSize": {
|
---|
15 | "description": "Byte, max size of per file (Default: 50kiB).",
|
---|
16 | "type": "number"
|
---|
17 | },
|
---|
18 | "minSize": {
|
---|
19 | "description": "Byte, split point. (Default: 30kiB).",
|
---|
20 | "type": "number"
|
---|
21 | }
|
---|
22 | }
|
---|
23 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.