mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fixed Octave Hang after large dataset writes
https://github.com/OPM/ResInsight/issues/192
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
namespace riOctavePlugin
|
||||
{
|
||||
const int connectTimeOutMilliSecs = 5000;
|
||||
const int shortTimeOutMilliSecs = 5000;
|
||||
const int shortTimeOutMilliSecs = 1000;
|
||||
const int longTimeOutMilliSecs = 6000000;
|
||||
|
||||
const int socketMaxByteCount = 100000;
|
||||
|
||||
Reference in New Issue
Block a user