Actions
Feature proposal #8366
closedImprove params parsing reliability
Description
Currently default parameters are set during stream object construction. This should be replaced with a parent params object. Our params class can already handle checking the parent if the param doesn't exist within a params instance itself. This significantly reduces the amount of data stored between page loads as well since we only need to store and pass the params that differ from defaults.
Updated by krileon almost 4 years ago
This is partially a bug as it's causing modules and content bot usages to sometimes lose their cache.
Updated by krileon almost 4 years ago
- Status changed from Assigned to Resolved
- % Done changed from 60 to 100
Actions