tagomoris / shib

WebUI for query engines: Hive and Presto
201 stars 59 forks source link

Add max_result_file_byte_size option to avoid a huge result file #65

Closed wyukawa closed 7 years ago

wyukawa commented 7 years ago

for example, if user sets config.js,

max_result_file_byte_size: 1024, //1kb

the following is an error message example.

Result:Fetching exits with errors. Result file size exceeds 1024 bytes.