BackendOptions
type BackendOptions: object;
Type declaration
Member | Type | Description |
---|---|---|
crsPath | string | Description Path to download CRS files |
memory | object | Description Initial and Maximum memory to be alloted to the backend worker |
memory.initial | number | - |
memory.maximum | number | - |
threads | number | Description Number of threads to run the backend worker on |
Generated using typedoc-plugin-markdown and TypeDoc