mirror of
https://github.com/open62541/open62541.git
synced 2025-06-03 04:00:21 +00:00
refactor(server): Set the max timeout value for the EventLoop to 500ms
This commit is contained in:
parent
c4193c53f5
commit
622318fcca
@ -647,7 +647,7 @@ UA_Server_getStatistics(UA_Server *server) {
|
||||
/* Main Server Loop */
|
||||
/********************/
|
||||
|
||||
#define UA_MAXTIMEOUT 200 /* Max timeout in ms between main-loop iterations */
|
||||
#define UA_MAXTIMEOUT 500 /* Max timeout in ms between main-loop iterations */
|
||||
|
||||
void
|
||||
setServerLifecycleState(UA_Server *server, UA_LifecycleState state) {
|
||||
|
Loading…
Reference in New Issue
Block a user