You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/basics/configuration.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,6 @@ The `core` configuration block contains properties not related to the implementa
44
44
| assetConnectionReadTimeout<br>*(optional)*| Long | Timeout in ms for reading all asset connections for a single AAS command | 5000 |
45
45
| assetConnectionRetryInterval<br>*(optional)*| Long | Interval in ms in which to retry establishing asset connections | 1000 |
46
46
| assetConnectionWriteMaxThreadPoolSize<br>*(optional)*| Integer | Size of thread pool used to write to asset connections | 1000 |
47
-
| callbackAddress<br>*(optional)*| String | The external URI the FA³ST Service is reachable from. Used in registry synchronization and cloud events message bus. ||
48
47
| minInflateRatio<br>*(optional)*| Double | Ratio between de- and inflated bytes to detect zipbomb when loading AASX files | 0.001 |
49
48
| operationTimeout<br>*(optional)*| Long | Timeout in ms for executing AAS operations. Set to 0 for no timeout. | 3600000 |
50
49
| requestHandlerThreadPoolSize<br>*(optional)*| Integer | Number of concurrent thread that can execute API requests | 2 |
0 commit comments