Bug fix, when io_timeouts are enabled in warn only mode they weren’t being logged at all.
This commit is contained in:
parent
aa1c903b52
commit
39ff1b3c52
|
|
@ -504,7 +504,7 @@ private:
|
|||
}
|
||||
|
||||
void setIOTimeout(double timeout) {
|
||||
ioTimeout = timeout;
|
||||
ioTimeout = fabs(timeout);
|
||||
timeoutWarnOnly = timeout < 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue