mbocek / copr / copr

Forked from copr/copr 7 years ago
Clone

42e840f stream content of long pages

Authored and Committed by msuchy 7 years ago
    stream content of long pages
    
    /packages/, /monitoring/ and /builds/ can take long time (and memory)
    to generate. Rather we can stream them on the fly. This save both
    user time (and prevents timeouts) and memory on server.
    
    Note: I removed /builds/ for now from this commit, as it break tests
    for unknown reason.