Actions
Bug #6164
closedThe random usage is causing galleries to infinitely rebuild
Description
The random usage is causing re-display of a gallery to constantly rebuild. This results in the session becoming increasingly bloated. There needs to be a better way to generate the random seed. Maybe something based off the gallery id?
Updated by krileon about 8 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Random is now the first 5 digits of the gallery id. So it's static random per gallery. This should be fine for now instead of random on each load.
Actions