dzmipt/kdbStudio

Configuration on how much data are read for socket

Opened this issue · 0 comments

It is easy to crash Studio with OutOfMemory trying to load big result. I think we can add some protections to this. That is to have a configurable limit of bytes we read and parse from a socket. If we reach the limit, we drop everything from socket, do not render and pop up an alert that the result was too big.