[ 
https://issues.apache.org/jira/browse/PLC4X-274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17271369#comment-17271369
 ] 

Julian Feinauer commented on PLC4X-274:
---------------------------------------

I just looked up in the code and the default is 1 second timeout:
{code:java}
private static final long READ_TIMEOUT = 
CONF.getLong("org.apache.plc4x.java.opm.entity_manager.read_timeout", 1_000);
{code}
See in PlcEntityInterceptor.java

> org.apache.plc4x.java.opm.OPMException: Timeout during fetching values
> ----------------------------------------------------------------------
>
>                 Key: PLC4X-274
>                 URL: https://issues.apache.org/jira/browse/PLC4X-274
>             Project: Apache PLC4X
>          Issue Type: Bug
>          Components: Driver-S7
>    Affects Versions: 0.8.0
>         Environment: WIN10-X64 、java8
>            Reporter: liuqiang
>            Assignee: Julian Feinauer
>            Priority: Major
>              Labels: documentation-update
>         Attachments: error-message.txt
>
>
> When use OPM of plc4j,sometimes meet error 
> “org.apache.plc4x.java.opm.OPMException: Timeout during fetching 
> values”。maybe one item was got more fetche request(in different threads)at a 
> time。



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to