Ticket #75 (closed defect: fixed)
History is not accessible if the page is to big
| Reported by: | NilsLindenberg | Owned by: | DotMG |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.3.1 |
| Component: | handlers | Version: | 1.1.6.1 |
| Severity: | normal | Keywords: | history |
| Cc: |
Description (last modified by DarTar) (diff)
If you try to access the history for the SuggestionBox you'll get an server-error (500). Perhaps related to the size of the history? --NilsLindenberg
A rough estimate: there have been between 425 and 450 revisions of that page; the current page **source** size is 92316 bytes; given that the page tends to grow but is sometimes "weeded" when suggestions are implemented or moved to a separate page, the total 'history' **source** size could be something like 12.5MB. Even is it's as "small" as 5MB I wouldn't be surprised to have it break //somehow// (DB access, PHP timeout...).
Maybe we should just give up on 'history' and support only revisions? Where or how something like this breaks is hard to tell, it could be entirely dependent on a specific installation. --JavaWoman
