live.properties
This file contains the basic configuration for Intelie Live runtime, and is located at /opt/intelie/live/conf
.
Property | Type | Default | Since |
| string | ||
| string | ||
| string | ||
| string | false | |
If true, Live will not try to run the migrations to update the database to the latest version. In this case, the migrations must be performed externally. | |||
| int | 1800 | |
| int | 50 | |
| int | 2 | |
| int | 0 | |
| int | 0 | |
| int | 2 | |
| int | 1 | |
| int | 3000 | |
| int | 30 | |
| string | SELECT 1 | |
| /var/lib/live | ||
Root directory, where to look for the plugins ( | |||
| string | [live.home]/cache | 2.29.0 |
| string | [live.home]/queues | 2.29.0 |
| int | 100 | 3.1.0 |
An warn will be emitted when flow lasts longer than the configured value, in milliseconds. | |||
| int | 10 | 3.1.0 |
An warn will be emitted when tick lasts longer than the configured value, in milliseconds. | |||
| string | false | 3.24.0 |
Run datasource queries in a separate thread | |||
| int | 1000 | 3.1.0 |
Warns that occur too often, within this cooldown period, will be omitted. | |||
| string | 3.0.0 | |
Live will encrypt password of extensions and will update the database with encrypted passwords. Should be a unique strong and secure key string. If changed, all passwords of extensions will be lost and need to be entered again. | |||
| int | 67108864 (64MB) | |
How much data will be cached from the settings for reading. This value is in bytes. Each settings' value and path cached will consume this limit. Be aware that the memory consumption for this cache will be greater than this value. This is an LRU cache. | |||
| int | 1048576 (1MB) | |
How much data will be buffered in settings' write operation. This value is in bytes. Each settings' value and path cached will consume this limit. If the limit is reached the buffer is flushed. | |||
| int | 5000 (5 seconds) | |
Interval in milliseconds that the settings' buffer will be automatically flushed, i.e. will be persisted. |
Example
Last updated