Update PixelatorControllerSettings

2022-10-18 13:47:35 +02:00
parent 26ec97f7b1
commit 6f142f6f39
+7 -2
@@ -214,8 +214,6 @@ Example:
## Epics
This file contains global epics settings.
See source: trunk/PixelatorController/config/epics.json for an example.
**search_timeout**::<BR>
&emsp;Float value defines the timeout (in seconds) used in
* EpicsDetector and EpicsPositioner for
@@ -239,6 +237,13 @@ See source: trunk/PixelatorController/config/epics.json for an example.
&emsp;**Default**: 1.0
Example:
```json
{
"search_timeout" : 5.0,
"get_timeout" : 1.0
}
```
## Log4cpp Properties
Configuration of logging utility. Example: