We still haven't been able to reproduce this internally yet, but our best theory is that there's something quirky happening with the host clocks/timing. @Dr_Acrobat__no_ , your logs in particular sh...
See more...
We still haven't been able to reproduce this internally yet, but our best theory is that there's something quirky happening with the host clocks/timing. @Dr_Acrobat__no_ , your logs in particular show 30-90min jumps in the timestamps right before the problem hits. We're not clear on what exactly is going wrong there, whether it's a bug in your host hardware, or we're doing something funny picking our timing source, but a jump like that would certainly trigger our timeout detection artificially. So if the other timeout value I suggested isn't working for you, we'd suggest you try setting an extremely large one, such as: #43200000 ms = 12 hours mks.sandbox.socketTimeoutMS = "43200000" It should work either with/without quotes around the number, but possibly some editors will do funny things with whitespace/line-ends and mess that up? So if people are having better luck with the quotes on, it's fine to put them there.