• Tan Le's avatar
    Stream audit event CSV file · 35d3c09d
    Tan Le authored
    The new CSV builder allows streaming large CSV file directly to the
    client. This helps to keep the connection open and avoid timeout. The
    users will also have a more responsive experience (i.e. not to wait for
    a complete CSV built before seeing the download prompt).
    
    This change also reduces memory usage since there is no need to load
    the complete temporary CSV file in memory.
    35d3c09d
audit_log_reports_controller.rb 986 Bytes